static PropertyBundle |
PropertyBundle.getBundle(java.lang.String baseName,
java.util.Locale locale) |
Gets a resource bundle using the specified
base name, locale, and the default locator, Locators.getDefault() .
|
static PropertyBundle |
PropertyBundle.getBundle(java.lang.String baseName,
java.util.Locale locale,
boolean caseInsensitive) |
Gets a resource bundle using the specified
base name, locale, and the default locator, Locators.getDefault() .
|
static PropertyBundle |
PropertyBundle.getBundle(java.lang.String baseName,
java.util.Locale locale,
Locator locator) |
Gets a resource bundle using the specified
base name, locale, and locator.
|
static PropertyBundle |
PropertyBundle.getBundle(java.lang.String baseName,
java.util.Locale locale,
Locator locator,
boolean caseInsensitive) |
Gets a resource bundle using the specified
base name, locale, and locator.
|