How can I have an XML-based resource bundle?
Created May 8, 2012
John Zukowski Until JDK 6.0, you can't. Only ListResourceBundles and PropertyResourceBundles are supported. With 6.0, you can create a custom ResourceBundle.Control implementation which allows you to support ANY format, not just XML.