| Interface | Description |
|---|---|
| LocaleChangeListener |
Defines the requirements for classes that get notified when the locale
is changed.
|
| Class | Description |
|---|---|
| I18n |
Provides methods for internationalization.
|
| I18nFactory |
Factory class that creates and caches I18n instances.
|
| I18nManager |
Manager class that maintains a set of
I18n
objects and LocaleChangeListener objects. |
| LocaleChangeEvent |
Provides information about a locale change.
|
Provides classes for internationalization (i18n).
To learn how to make use of the Gettext Commons internationalization, please have a look at this tutorial.