| Class | Description |
|---|---|
| LocalizationService |
Localization service class to simplify the job for producing localized
(translated) strings within the product.
|
| XmlMessages |
Utility (Singleton) class to get and format messages centralized by package.
|
| XmlResourceBundle |
Class that extends the java.util.ResourceBundle class that stores
the strings in an XML format similar to a property file.
|
| Exception | Description |
|---|---|
| LocalizationException |
A RuntimeException indicating a fatal failure trying to use the LocalizationService
|