react-native-i18n icon indicating copy to clipboard operation
react-native-i18n copied to clipboard

improvement: allow app language setting regardless of system language

Open pashute opened this issue 5 years ago • 1 comments

Many apps have the ability to change and set the language in a "settings" screen on the fly, so that my locale and system language is FR for example but I can still use EN. This is an important feature for some of the apps I'm developing.

It seems that i18n currently works only according to the set system locale. Correct?

pashute avatar Oct 03 '18 15:10 pashute

Did you try setting I18n.locale = "en"?

chengsam avatar Nov 05 '18 04:11 chengsam