Localized ResourceBundle subclasses

14.05.2007 by Dirk Olmes

When working on Mule’s i18n support I stubled over a hidden gem in java. The ResourceBundle’s getResourceBundle method will build a candidate name and look for a class with this name in the runtime before resorting to loading properties files. I’d like to play around with this …

read more