Package com.github.fge.msgsimple.bundle

Main class; property-based bundle provider

See:
          Description

Class Summary
MessageBundle A message bundle
MessageBundleBuilder Builder class for a message bundle
PropertiesBundle Utility class to instantiate message bundles from Java property files
 

Package com.github.fge.msgsimple.bundle Description

Main class; property-based bundle provider

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.