See: Description
Interface | Description |
---|---|
Localizer |
This interface describes how to bundle standard support for the locale sensitive
rendering of Java objects and application internal message codes in the form of
human readable text, brief, for "localization".
|
Class | Description |
---|---|
BundleLocalizer |
ResourceBundle based implementation of the Localizer interface.
|
DefaultLocalizer |
This default instance of the Localizer interface reads it replacement codes
from some property file (or object).
|
DummyLocalizer |
Dummy Localizer implementation if no specific Localizer is set.
|
LocalizableText |
This object represents a little piece of textual information that can be transformed from some
application internal code into a human readable text of a specific language, say it
can be localized.
|
LocalizerBase |
Base class for simple Localizer implementations.
|