|
RapidSpell Desktop |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.keyoti.rapidSpell.LanguageType
Language type identifiers.
Field Summary | |
static int |
DUTCH
Dutch (Not supported yet). |
static int |
ENGLISH
English. |
static int |
FRENCH
French. |
static int |
GERMAN
German. |
static int |
ITALIAN
Italian. |
static int |
PORTUGUESE
Portuguese (Not supported yet). |
static int |
SPANISH
Spanish. |
Constructor Summary | |
LanguageType()
|
Method Summary | |
static java.lang.String |
getLanguageNameFromType(int lang)
Opposite of getLanguageTypeFromString |
static int |
getLanguageTypeFromString(java.lang.String lang)
Returns the LanguageType int from a String, lang may be in any case. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final int ENGLISH
public static final int FRENCH
public static final int GERMAN
public static final int ITALIAN
public static final int SPANISH
public static final int DUTCH
public static final int PORTUGUESE
Constructor Detail |
public LanguageType()
Method Detail |
public static int getLanguageTypeFromString(java.lang.String lang)
public static java.lang.String getLanguageNameFromType(int lang)
|
RapidSpell Desktop |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |