Package org.apache.xmlgraphics.util.i18n
Interface ExtendedLocalizable
- All Superinterfaces:
Localizable
This interface provides much more control over internationalization
than the Localizable interface.
- Version:
- $Id$ Originally authored by Stephane Hillion.
-
Method Summary
Modifier and TypeMethodDescriptionGets the current default locale in the LocaleGroup.Returns the group to which this object belongs.Returns the current resource bundle.void
Sets the default locale for all the instances of this class in the same LocaleGroup.void
Sets the group to which this object belongs.Methods inherited from interface org.apache.xmlgraphics.util.i18n.Localizable
formatMessage, getLocale, setLocale
-
Method Details
-
setLocaleGroup
Sets the group to which this object belongs. -
getLocaleGroup
LocaleGroup getLocaleGroup()Returns the group to which this object belongs. -
setDefaultLocale
Sets the default locale for all the instances of this class in the same LocaleGroup. -
getDefaultLocale
Locale getDefaultLocale()Gets the current default locale in the LocaleGroup. -
getResourceBundle
ResourceBundle getResourceBundle()Returns the current resource bundle. Getting this object gives access to the keys in the bundle, raw string resources, arrays of raw string resources and object resources.
-