Convert language display name back to the ISO language alias

Hi,How can I conver string from getDisplayLanguage() of the Locale class back to the ISO language code?
[117 byte] By [JAntona] at [2007-11-27 4:31:58]
# 1

Well, Locale.getAvailableLocales() returns a list of all installed locales. So going through that list and comparing each one's getDisplayLanguage() to your string should produce a list of Locales with that language. I wouldn't be surprised if such a list contained more than one Locale, but at any rate you can deal with that sort of thing when you find it out.

DrClapa at 2007-7-12 9:41:29 > top of Java-index,Desktop,I18N...