Package org.n52.io
Class I18N
- java.lang.Object
-
- org.n52.io.I18N
-
public final class I18N extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringget(String string)static I18NgetDefaultLocalizer()LocalegetLocale()static I18NgetMessageLocalizer(String languageCode)StringgetTwoDigitsLanguageCode()booleanhas(String string)
-
-
-
Method Detail
-
has
public boolean has(String string)
-
getTwoDigitsLanguageCode
public String getTwoDigitsLanguageCode()
- Returns:
- the 2-char language code.
- See Also:
Locale.getLanguage()
-
getLocale
public Locale getLocale()
- Returns:
- a copy of the configured locale
-
getDefaultLocalizer
public static I18N getDefaultLocalizer()
-
-