-
- All Implemented Interfaces:
public final class LocalesKt
-
-
Field Summary
Fields Modifier and Type Field Description private final static LocaledefaultLocaleprivate final static Map<String, Locale>supportedLanguages
-
Method Summary
Modifier and Type Method Description final LocalegetDefaultLocale()The default Tock Locale. final Map<String, Locale>getSupportedLanguages()The languages supported by Tock. -
-
Method Detail
-
getDefaultLocale
final Locale getDefaultLocale()
The default Tock Locale. Use property "tock_default_locale" and default value "en".
-
getSupportedLanguages
final Map<String, Locale> getSupportedLanguages()
The languages supported by Tock.
-
-
-
-