We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have to restart the android app to notice the system language change. On ios the app will be automatically rebuild.
Any ideas to solve this?
The text was updated successfully, but these errors were encountered:
@nibo - Basically the system locale is only retrieved/used during the application initialization.
Changes to the system locale while the application is running are not currently detected on Android.
On iOS, as you mentioned, the app is rebuilt so the new locale is picked up during initialization.
I`m going to implement this behavior for Android as well, in the near future.
Until then, you could use the ACTION_LOCALE_CHANGED intent to detect the locale change and select the new locale if supported.
Sorry, something went wrong.
Moved to #21
No branches or pull requests
I have to restart the android app to notice the system language change. On ios the app will be automatically rebuild.
Any ideas to solve this?
The text was updated successfully, but these errors were encountered: