hello everybody
so in my app I need to show some text in different languages but in the same time(to be spesefic english and french and arabic) so I did this:
and its really working as I wanted in unity but when I...
Localization not working on android phone
so in my app I need to show some text in different languages but in the same time(to be spesefic english and french and arabic) so I did this:
Code (CSharp):
- LocaleIdentifier localeOverride = SystemLanguage.French;
- myString.LocaleOverride = LocalizationSettings.AvailableLocales.GetLocale(localeOverride);
- Debug.Log(myString.GetLocalizedString());
Localization not working on android phone