Quantcast
Channel: Unity Forum
Viewing all articles
Browse latest Browse all 1466670

Localization not working on android phone

$
0
0
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:

Code (CSharp):
  1. LocalizedString myString = new LocalizedString("myTable", "myKey");
  2. LocaleIdentifier localeOverride = SystemLanguage.French;
  3. myString.LocaleOverride = LocalizationSettings.AvailableLocales.GetLocale(localeOverride);
  4. Debug.Log(myString.GetLocalizedString());
and its really working as I wanted in unity but when I...

Localization not working on android phone

Viewing all articles
Browse latest Browse all 1466670

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>