I changed my project to use CommonUI ( excellent plugin! ) but it seems that localization is not working anymore. It works in Editor but in Play Mode only the Editor gets localized.
The code I’m using:
UKismetInternationalizationLibrary::SetCurrentCulture(Culture, true);
The Common Text is already using Localized Text so it gets localized in Editor, using TextBlock worked normally.
Thank you!