-
Notifications
You must be signed in to change notification settings - Fork 343
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
Do not change the language in some places #579
Comments
This is a bug in WebView. To workaround you can call the WebView contructor in your applications onCreate once, that should fix the problem. |
Also see YarikSOffice/lingver#13 |
Having same issue and it's not WebView, If I update locale on basecontext in app level, then controllers are not respecting that basecontext |
How should controllers respect the basecontext? A controller doesn't do anything special with the base context. Can you post an example? |
I figured it out and it seems to be an issue on some Chinese phone with older version (Android 5 specifically) I moved the locale code to the activity |
There's also this bug which breaks runtime language changes when using |
I use the Lingver library in my project to change the language. But on some phones in some places sometimes the text does not change.
This is how I change the language in my application.
Here is the code in places where the text does not change
There is still a code fragment of the layout file. I include this layout to other layouts.
This is how I pass context
This is my question from the Lingver repository
YarikSOffice/lingver#11
The text was updated successfully, but these errors were encountered: