| Package | Description |
|---|---|
| org.nuiton.i18n |
Nuiton i18n
|
| org.nuiton.i18n.init |
| Modifier and Type | Field and Description |
|---|---|
protected static I18nInitializer |
I18n.initializer
Deprecated.
since 2.1, will be removed in version 3.0, in stead use the
method
I18n.init(I18nInitializer, Locale) which
will pass directly the initializer to the store. |
protected I18nInitializer |
I18nStore.resolver
le resolver de bundles
|
| Modifier and Type | Method and Description |
|---|---|
protected static I18nInitializer |
I18n.getDefaultInitializer() |
I18nInitializer |
I18nStore.getResolver() |
| Modifier and Type | Method and Description |
|---|---|
static void |
I18n.init(I18nInitializer initializer,
Locale locale)
Initialize I18n system.
|
protected static void |
I18n.initStore(I18nInitializer initializer,
Locale locale)
Init the store with given parameters and set the current language in the
store to the default given
locale. |
| Constructor and Description |
|---|
I18nStore(Locale defaultLocale,
I18nInitializer resolver) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassPathI18nInitializer
Implementation of a
I18nInitializer using all i18n resources (from
artifacts) discovered in classpath. |
class |
DefaultI18nInitializer
Default implementation of a
I18nInitializer using the default i18n
implementation (one unique bundle with a definition properties file). |
class |
UserI18nInitializer
Initializer which expose i18n resources in the
UserI18nInitializer.userDirectory, then
use resources from this user directories. |
Copyright © 2004-2012 CodeLutin. All Rights Reserved.