React-native-i18n: improvement: allow app language setting regardless of system language

Created on 3 Oct 2018  路  1Comment  路  Source: AlexanderZaytsev/react-native-i18n

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?

Most helpful comment

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

>All comments

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

Was this page helpful?
0 / 5 - 0 ratings