Class | Description |
---|---|
MessageBundle |
A message bundle
|
MessageBundleBuilder |
Builder class for a message bundle
|
PropertiesBundle |
Utility class to instantiate message bundles from Java property files
|
The PropertiesBundle
class is what
you will use in order to load an existing, legacy resource bundle. It can
also be used to load from a set of property files written in any encoding of
your choice.
The default encoding, when not specified, is always UTF-8.