diff --git a/src/kits/locale/Language.cpp b/src/kits/locale/Language.cpp index 22a22dd9f9..fec69317f4 100644 --- a/src/kits/locale/Language.cpp +++ b/src/kits/locale/Language.cpp @@ -136,7 +136,7 @@ BLanguage::GetName(BString* name) // TODO: This will return the language not in the current be_app_catalog, // but in the current system wide language! Don't know the exact reason. UnicodeString s; - fICULocale->getDisplayLanguage(s); + fICULocale->getDisplayName(s); BStringByteSink converter(name); s.toUTF8(converter); return B_OK;