|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use I18nLanguage | |
|---|---|
| org.nuiton.i18n | Nuiton i18n |
| Uses of I18nLanguage in org.nuiton.i18n |
|---|
| Fields in org.nuiton.i18n declared as I18nLanguage | |
|---|---|
protected I18nLanguage |
I18nStore.language
le language actuellement utilise |
| Fields in org.nuiton.i18n with type parameters of type I18nLanguage | |
|---|---|
protected Map<Locale,I18nLanguage> |
I18nStore.languages
le cache de languages deja charges |
| Methods in org.nuiton.i18n that return I18nLanguage | |
|---|---|
protected I18nLanguage |
I18nStore.addLanguage(Locale locale)
|
I18nLanguage |
I18nStore.getCurrentLanguage()
Obtain the current language setted in the store. |
protected static I18nLanguage |
I18n.getCurrentLanguage()
Obtain the registred language from the store. |
I18nLanguage |
I18nStore.getLanguage()
Deprecated. since 2.1, will be removed in version 3.0, prefer use now the method I18nStore.getCurrentLanguage(). |
protected I18nLanguage |
I18nStore.getLanguage(Locale locale)
Recherche un object de type I18nLanguage pour la locale donnée
en paramètre dans le cache des langues chargées (I18nStore.languages). |
protected static I18nLanguage |
I18n.getLanguage(Locale locale)
Obtain the language for the given locale. |
I18nLanguage[] |
I18nStore.getLanguages()
|
| Methods in org.nuiton.i18n that return types with arguments of type I18nLanguage | |
|---|---|
protected Map<Locale,I18nLanguage> |
I18nStore.getLanguagesCache()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||