public class Translator extends SMYLDObject implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
LANG_ARABIC |
static String |
LANG_ENGLISH |
static String |
LANG_GERMAN |
NEW_LINE, OS_NEW_LINE| Constructor and Description |
|---|
Translator(String Language) |
| Modifier and Type | Method and Description |
|---|---|
void |
addWord(String module,
String id,
String text) |
HashMap<String,String> |
getData() |
String |
getLanguage() |
String |
translateWord(String module,
String id) |
debug, 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.