Uses of Class
org.nuiton.i18n.I18nLanguage
| Package | Description |
|---|---|
| org.nuiton.i18n |
-
Uses of I18nLanguage in org.nuiton.i18n
Fields in org.nuiton.i18n declared as I18nLanguage Modifier and Type Field Description protected I18nLanguageI18nStore. languagele language actuellement utiliseFields in org.nuiton.i18n with type parameters of type I18nLanguage Modifier and Type Field Description protected java.util.Map<java.util.Locale,I18nLanguage>I18nStore. languagesle cache de languages deja chargesMethods in org.nuiton.i18n that return I18nLanguage Modifier and Type Method Description protected I18nLanguageI18nStore. addLanguage(java.util.Locale locale)protected static I18nLanguageI18n. getCurrentLanguage()Obtain the registred language from the store.I18nLanguageI18nStore. getCurrentLanguage()Obtain the current language setted in the store.protected static I18nLanguageI18n. getLanguage(java.util.Locale locale)Obtain the language for the givenlocale.I18nLanguageI18nStore. getLanguage()Deprecated.since 2.1, will be removed in version 3.0, prefer use now the methodI18nStore.getCurrentLanguage().protected I18nLanguageI18nStore. getLanguage(java.util.Locale locale)Recherche un object de typeI18nLanguagepour la locale donnée en paramètre dans le cache des langues chargées (I18nStore.languages).I18nLanguage[]I18nStore. getLanguages()Methods in org.nuiton.i18n that return types with arguments of type I18nLanguage Modifier and Type Method Description protected java.util.Map<java.util.Locale,I18nLanguage>I18nStore. getLanguagesCache()