Uses of Class
com.neovisionaries.i18n.LanguageCode
-
-
Uses of LanguageCode in com.neovisionaries.i18n
Fields in com.neovisionaries.i18n declared as LanguageCode Modifier and Type Field Description private LanguageCodeLocaleCode. languageMethods in com.neovisionaries.i18n that return LanguageCode Modifier and Type Method Description LanguageCodeLanguageAlpha3Code. getAlpha2()Get ISO 639-1 language code.static LanguageCodeLanguageCode. getByCode(java.lang.String code)static LanguageCodeLanguageCode. getByCode(java.lang.String code, boolean caseSensitive)static LanguageCodeLanguageCode. getByCodeIgnoreCase(java.lang.String code)(package private) static LanguageCodeLanguageCode. getByEnumName(java.lang.String name)static LanguageCodeLanguageCode. getByLocale(java.util.Locale locale)Get aLanguageCodethat corresponds to the language code of the givenLocaleinstance.LanguageCodeLocaleCode. getLanguage()Get the language code.static LanguageCodeLanguageCode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LanguageCode[]LanguageCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.neovisionaries.i18n that return types with arguments of type LanguageCode Modifier and Type Method Description static java.util.List<LanguageCode>LanguageCode. findByName(java.lang.String regex)Get a list ofLanguageCodeby a name regular expression.static java.util.List<LanguageCode>LanguageCode. findByName(java.util.regex.Pattern pattern)Get a list ofLanguageCodeby a name pattern.Methods in com.neovisionaries.i18n with parameters of type LanguageCode Modifier and Type Method Description static java.util.List<LocaleCode>LocaleCode. getByLanguage(LanguageCode language)Get a list ofLocaleCodeinstances whose language matches the given one.Constructors in com.neovisionaries.i18n with parameters of type LanguageCode Constructor Description LocaleCode(LanguageCode language, CountryCode country)
-