-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
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
New OverrideLocale function doesn't work on Android #78
Comments
P.S. If i change the language and I use overrideLocale it doesn't change the old translations, even if I use |
Nobody? |
any suggestion ? |
@panagulis72 - found any work around for this? |
@harshitjain0803 I'm sorry, I didn't |
@panagulis72 - Try to call androidLaunchEventLocalizationHandler() after overrideLocale(). |
@emog call androidLaunchEventLocalizationHandler() after overrideLocale(). make it works. but after kill the app and reopen again, the app language back to default device's language. how to make it display with the language selected instead of showing default device's language? |
@wyong95 on(launchEvent, (args) => { @component({ i am able to see the changed language after killing the app and again reopening it, but there is jerk on screen |
Possible solution for this (worked for me and someone else, too) can be found here: #98 |
The new overrideLocale function (with 4.2 version of this plugin) doesn't work with Android
The text was updated successfully, but these errors were encountered: