Home
last modified time | relevance | path

Searched refs:sLocaleList (Results 1 – 1 of 1) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/common/
H A DConfiguration.java231 String[] sLocaleList = JavaTools.ArrayoutofString(sLocale, "-"); in getOfficeLocale() local
232 aLocLocale.Language = sLocaleList[0]; in getOfficeLocale()
233 if (sLocaleList.length > 1) in getOfficeLocale()
235 aLocLocale.Country = sLocaleList[1]; in getOfficeLocale()

Completed in 12 milliseconds