| Package | Description |
|---|---|
| org.nuiton.i18n |
Nuiton i18n
|
| Modifier and Type | Field and Description |
|---|---|
protected I18nLanguage |
I18nStore.language
le language actuellement utilise
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<Locale,I18nLanguage> |
I18nStore.languages
le cache de languages deja charges
|
| Modifier and Type | Method and Description |
|---|---|
protected I18nLanguage |
I18nStore.addLanguage(Locale locale) |
protected static I18nLanguage |
I18n.getCurrentLanguage()
Obtain the registred language from the store.
|
I18nLanguage |
I18nStore.getCurrentLanguage()
Obtain the current language setted in the store.
|
I18nLanguage |
I18nStore.getLanguage()
Deprecated.
since 2.1, will be removed in version 3.0, prefer use now
the method
I18nStore.getCurrentLanguage(). |
protected static I18nLanguage |
I18n.getLanguage(Locale locale)
Obtain the language for the given
locale. |
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). |
I18nLanguage[] |
I18nStore.getLanguages() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<Locale,I18nLanguage> |
I18nStore.getLanguagesCache() |
Copyright © 2004-2012 CodeLutin. All Rights Reserved.