Hello everybody,
I have a problem with the app I’m creating. I added localization to it and on Android everything is working fine. Now when I’m pushing the app on my iPhone, anything is always only in english, even if my iPhone language is different.
What I did so far:
I created a string table containing the strings, translated them into different languages using the localization dashboard, changed package settings (localizations to package) to include these languages and changed “internationalization support” to “All”.
According to what I found, this should do it. In Editor and on Android devices it’s working fine, but on iOS all this seems to have no effect.
Do you have any idea what I could do?
Thanks!