Open julien4215 opened 2 weeks ago
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
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.