I’m facing an issue with localization in my Unreal Engine 5 project. I’ve set up the localization system and created the translation files correctly, but I’m encountering strange behavior:
- The menu and UI translate correctly to the selected language.
- However, the rest of the game (the text within the game, not in the menu) does not translate. Before packaging, everything was translating fine, but now only the menu translates, even though the engine language changes without issues.
Has anyone encountered this problem or knows what might be going wrong? Any help or suggestions would be greatly appreciated.
Thanks in advance.