Package org.cyclos.server.utils
Class LocaleHelper
- java.lang.Object
-
- org.cyclos.server.utils.LocaleHelper
-
-
Constructor Summary
Constructors Constructor Description LocaleHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<Locale>locales()Returns all known localesstatic List<String>localesStr()Returns all known locales as stringstatic BuiltinLanguagemapLocale(Locale locale)Returns the closest BuiltinLanguage for the given localestatic LocalemapLocale(BuiltinLanguage language)Returns theLocalefor the givenBuiltinLanguagestatic LocaletoLocale(String string)Converts a string into aLocalestatic List<Locale>toLocales(Collection<String> localesStr)Converts a list of strings into a list of locales
-
-
-
Method Detail
-
mapLocale
public static Locale mapLocale(BuiltinLanguage language)
Returns theLocalefor the givenBuiltinLanguage
-
mapLocale
public static BuiltinLanguage mapLocale(Locale locale)
Returns the closest BuiltinLanguage for the given locale
-
toLocales
public static List<Locale> toLocales(Collection<String> localesStr)
Converts a list of strings into a list of locales
-
-