Serializablepublic class Translator extends SMYLDObject implements Serializable
| Modifier and Type | Field | Description |
|---|---|---|
static String |
LANG_ARABIC |
|
static String |
LANG_ENGLISH |
|
static String |
LANG_GERMAN |
NEW_LINE, OS_NEW_LINE| Constructor | Description |
|---|---|
Translator(String Language) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addWord(String module,
String id,
String text) |
|
HashMap<String,String> |
getData() |
|
String |
getLanguage() |
|
String |
translateWord(String module,
String id) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdebug, getLenName, insertInstanceValue, printInstanceValues, toStringpublic static final String LANG_ARABIC
public static final String LANG_ENGLISH
public static final String LANG_GERMAN
public Translator(String Language)
Copyright © 2019 SMYLD. All rights reserved.