You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Kostas Karkaletsis (JIRA)" <ji...@apache.org> on 2016/03/08 15:49:40 UTC

[jira] [Created] (LANG-1212) When searching the avaliable locales for Greece I get two locales which is not correct

Kostas Karkaletsis created LANG-1212:
----------------------------------------

             Summary: When searching the avaliable locales for Greece I get two locales which is not correct
                 Key: LANG-1212
                 URL: https://issues.apache.org/jira/browse/LANG-1212
             Project: Commons Lang
          Issue Type: Bug
            Reporter: Kostas Karkaletsis


List<Locale> locales = LocaleUtils.languagesByCountry("GR");
        String languageCode = "en_US";
        for (Locale locale : locales) {
            System.out.println(locale.toString() + " " + locale.getDisplayLanguage());
        }

The result is:

el_GR Greek
de_GR German



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)