ResourceBase.java | Class | A ResourceBundle implementation that uses a XML file to store the resources.
Modified from Sebastian Schaffert's
net.wastl.webmail.xml.XMLResourceBundle.java
New scheme:
We separate locale resource to differenet files instead of putting all
different locale resources into single xml file, since the encoding
can't vary. |