Hello,
The CFBundleLocalizations takes two-digit localization strings. However, I need to add both simplified Chinese and traditional Chinese. When I add “zh”, simplified Chinese is activated. How do I add traditional Chinese?
Context: I think system.getPreference(“locale”, “language”) can only be called when the language is activated in build.settings, otherwise it will return your default language.