That is, if I have "English (United States)" I'd like to get "en-US", or an appropriate java.util.Locale. It looks like the API is a one-way street, but perhaps I'm not looking in the right place. Thanks in advance.
| ||||
feedback
|
|
No, it does not appear that there is such a method in the API. However, you could create a cache using the
| |||
|
feedback
|
|
Display name in which language?
I assume that if you are dealing with locales, you need to handle multiple languages. | |||
feedback
|
|
I did this once and I don't think it's guaranteed to work all the time because the locales could be named differently in each JVM implementation. Loop through the locales until you find the one you want. | |||
|
feedback
|