public class I18N extends Object
| Modifier and Type | Field and Description |
|---|---|
protected EventMap<String,String> |
translations |
protected Set<String> |
untranslated |
| Modifier | Constructor and Description |
|---|---|
protected |
I18N() |
| Modifier and Type | Method and Description |
|---|---|
static I18N |
get()
Возвращает экземпляр объекта
|
protected EventMap<String,String> |
getTranslations() |
static String |
i18n(String txt)
Перевод строки на местный язык
|
String |
string(String txt)
Перевод строки на местный язык
|
Copyright © 2018. All rights reserved.