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
When a user changes the language, the formatting of dates and numbers is only applied after restarting the app.
0.12.5
Android 11
This can be done like in this commit but setting the Intl.defaultLocale value when the user changes the language is probably the right way to do it.
Intl.defaultLocale
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the problem?
When a user changes the language, the formatting of dates and numbers is only applied after restarting the app.
Steps to reproduce the bug
App version
0.12.5
Device Info
Android 11
Additional information
This can be done like in this commit but setting the
Intl.defaultLocale
value when the user changes the language is probably the right way to do it.The text was updated successfully, but these errors were encountered: