-
public final class LocaleInfoProvides information about locale.
-
-
Constructor Summary
Constructors Constructor Description LocaleInfo(List<String> locales, String currentLocale, String timeZone)
-
Method Summary
Modifier and Type Method Description final List<String>getLocales()final StringgetCurrentLocale()final StringgetTimeZone()-
-
Method Detail
-
getLocales
final List<String> getLocales()
-
getCurrentLocale
final String getCurrentLocale()
-
getTimeZone
final String getTimeZone()
-
-
-
-