Package com._1c.g5.v8.dt.common
Class LocaleUtil
- java.lang.Object
-
- com._1c.g5.v8.dt.common.LocaleUtil
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Locale
createLocale(String localeAsString)
Create locale from given string representation (seeLocale.toString()
).
-
-
-
Method Detail
-
createLocale
public static Locale createLocale(String localeAsString)
Create locale from given string representation (seeLocale.toString()
).- Parameters:
localeAsString
- string-represented locale.- Returns:
- created locale, never
null
-
-