-
Notifications
You must be signed in to change notification settings - Fork 92
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
Global locale changer #55
Comments
I believe the library already does application-scoped locale changing already. Does this help your use-case or does it require device-scoped locale? |
WebView does not use application-scoped locale, it uses device-scoped. I have tried to use method you have mentioned, but it does not take affect |
Have you tried doing the locale change in |
@Kisty Yep - tried in custom |
That's strange. How are you getting the locale in the WebView document? |
@Kisty And it returns url with device-scoped locale |
Also, it looks like the way
|
Before open sourcing Test Butler, we had tried setting the global locale and found it to be extremely flaky. That said, I don't remember the details of how we were setting it and this was before Test Butler was signed as a system-level app (so there may be alternate approaches that are now available to us). I'm open to trying to add this again. Not sure when I'll have time to get to it, so if someone is interested in picking this up, let me know. |
Could you please implement possibility of changing global locale like it is done in Custom Locale
app
It may be used in tests which use locale-dependent WebView
The text was updated successfully, but these errors were encountered: