Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Locale Code with Country #5

Closed
winseyli opened this issue Apr 6, 2016 · 3 comments
Closed

Locale Code with Country #5

winseyli opened this issue Apr 6, 2016 · 3 comments
Labels

Comments

@winseyli
Copy link

winseyli commented Apr 6, 2016

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.

@winseyli
Copy link
Author

Any update?

@akexorcist
Copy link
Owner

Not yet now. But thank you for this feedback because my solution in this library is only store language, locale code isn't include.

I will fix this problem later.

@akexorcist akexorcist added the bug label Jun 23, 2016
@dtvc
Copy link

dtvc commented Aug 12, 2016

I'm having the same problem

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants