zoontek / react-native-localize

🌍 A toolbox for your React Native app localization
MIT License
2.27k stars 213 forks source link

Support changing app locale on Android #280

Closed itsramiel closed 2 hours ago

itsramiel commented 2 hours ago

Why it is needed?

Hi,

Android has a guide on how to change the app locale from within the app using specific Apis.

I would like for my users to be able to change their app locale from within the app and have it reflect in the system settings.

The api would be android only, since changing per app locale in iOS is only possible from within settings.

Let me know what you think.

Possible implementation

Would really follow the linked guide. Would provide more insights, perhaps a pr once we agree if that's something this library is interested in

Code sample

No response

zoontek commented 2 hours ago

@itsramiel Duplicate https://github.com/zoontek/react-native-localize/issues/245