public class XmlResourceBundle
extends java.util.ResourceBundle
XmlResourceBundle offer an alternative to the ResourceBundle classes
since they do not support non-ANSI character sets. The intended use for this code is to enable
multi-language support.ResourceBundle| Modifier and Type | Method and Description |
|---|---|
java.util.Enumeration<java.lang.String> |
getKeys() |
protected java.lang.Object |
handleGetObject(java.lang.String key) |