Methods
Modifier and Type |
Method and Description |
void |
add(Locale locale,
Properties properties,
String pluginCode) |
void |
add(Locale locale,
String key,
String value,
String pluginCode) |
void |
addKey(String key,
String pluginCode) |
void |
addLocale(Locale locale) |
void |
consolide() |
String |
get(String key) |
Locale |
getCurrentLocale() |
I18nManager |
getI18nManager() |
List<String> |
getKeys() |
List<Locale> |
getLocales() |
List<String> |
getPluginCodesOfKey(String key) |
String |
getTranslation(Locale locale,
String key) |
String |
getTranslation(String locale,
String key) |
Map<String,String> |
getTranslations(Locale locale) |
Map<String,String> |
getTranslations(String locale) |
void |
put(String key,
String value) |
void |
setCurrentLocale(Locale locale) |