final public static String DEFAULT_RESOURCE_BUNDLE_CONFIG_KEY(Code)
A constant containing the configuration key to specify a resource-bundle name for the report.
This property has the value "org.jfree.report.ResourceBundle".
Returns the locale that will be used to create the resource bundle. This locale is also used to initialize the
java.text.Format instances used by the report.
the locale.
Creates a resource bundle for the given key. How that key is interpreted depends on the used concrete
implementation of this interface.
Parameters: key - the key that identifies the resource bundle the created resource bundle throws: java.util.MissingResourceException - if no resource bundle for the specified base name can be found