Modifier and Type | Method and Description |
---|---|
static I18n |
I18nFactory.getI18n(Class clazz)
|
static I18n |
I18nFactory.getI18n(Class clazz,
Locale locale)
|
static I18n |
I18nFactory.getI18n(Class clazz,
Locale locale,
int flags)
Returns the I18n instance responsible for translating messages in the
package specified by
clazz . |
static I18n |
I18nFactory.getI18n(Class clazz,
String bundleName)
|
static I18n |
I18nFactory.getI18n(Class clazz,
String bundleName,
Locale locale)
|
static I18n |
I18nFactory.getI18n(Class clazz,
String bundleName,
Locale locale,
int flags)
|
static I18n |
I18nFactory.getI18n(String path,
String bundleName,
ClassLoader classLoader,
Locale locale,
int flags) |
Modifier and Type | Method and Description |
---|---|
void |
I18nManager.add(I18n i18n)
Adds
i18n to the list of managed I18n
objects. |
void |
I18nManager.remove(I18n i18n)
Removes
i18n from the list of managed I18n
objects. |
Copyright © 2014. All rights reserved.