| Package | Description |
|---|---|
| org.sellcom.core.i18n |
| Modifier and Type | Method and Description |
|---|---|
static Utf8ResourceBundle |
Utf8ResourceBundle.getUtf8Bundle(String baseName)
Returns a
Utf8ResourceBundle located using the given base name, the default locale, and the caller's class loader. |
static Utf8ResourceBundle |
Utf8ResourceBundle.getUtf8Bundle(String baseName,
Locale locale)
Returns a
Utf8ResourceBundle located using the given base name and locale, and the caller's class loader. |
static Utf8ResourceBundle |
Utf8ResourceBundle.getUtf8Bundle(String baseName,
Locale locale,
ClassLoader classLoader)
Returns a
Utf8ResourceBundle located using the given base name, locale, and class loader. |