A context for providing localization via exposing the current
Locale and ResourceBundles. The ResourceBundle of a different Locale
can be accessed without chaning the current Locale with getResourceBundle(Locale).
The current Locale can be changed with setLocale(Locale) and all
subsequent request to getResourceBundle() will use the new current Locale.
author: "Toomas Römer" author: Jevgeni Kabanov (ekabanov at araneaframework dot org)
Inner Class :public static interface LocaleChangeListener extends ApplicationComponent
Localizes the code and uses it to format the message with the passed arguments.
The format of the localized message should be acceptable by java.text.MessageFormat.
If the localized message cannot be resolved uses defaultMessage instead.
Localizes the code and uses it to format the message with the passed arguments.
The format of the localized message should be acceptable by java.text.MessageFormat.