You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 22, 2022. It is now read-only.
For locale code with country, I found that it is not success to change the language if the locale code is embedded with country. I tested by modifying your sample app.
...
} else if (id == R.id.btn_china) {
setLanguage("zh_TW");
....
And then I rename the folder under res folder from "values-zh" to "values-zh-rTW"
Run the app. And the test result is the language wont change.
Hi. Great library.
For locale code with country, I found that it is not success to change the language if the locale code is embedded with country. I tested by modifying your sample app.
...
} else if (id == R.id.btn_china) {
setLanguage("zh_TW");
....
And then I rename the folder under res folder from "values-zh" to "values-zh-rTW"
Run the app. And the test result is the language wont change.