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 setCurrentLocale(Locale) and all subsequent request to getCurrentResourceBundle() will use the new current Locale.
@author "Toomas Römer"
@author Jevgeni Kabanov (ekabanov@webmedia.ee)
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.