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

Locale Code with Country #5

Description

@winseyli

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions