mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
8985e6d29b
What I think was happening here: we were taking a locale *tag* ("en-US") and giving it to the Java Locale constructor to parse. It parsed that as "en" (because it expects _ not -), so we'd get "English". And because it was the display string from the locale, in e.g., French we'd get "français", lowercase. The fix is to just use the same code path that we use for the list picker itself -- make a descriptor from the tag, and ask it for its display string. |
||
---|---|---|
.. | ||
android | ||
locales |