org.jmol.i18n
Class GT.Language
java.lang.Object
org.jmol.i18n.GT.Language
- Enclosing class:
- GT
public static class GT.Language
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
code
public final String code
language
public final String language
nativeLanguage
public final String nativeLanguage
display
private boolean display
GT.Language
public GT.Language(String code,
String language,
String nativeLanguage,
boolean display)
- Parameters:
code - Language code (see ISO 639-1 for the values)language - Language name in English (see ISO 639-1 for the values)nativeLanguage - Language name in its own language (see ISO 639-1 for the values)display - True if this language has a good percentage of translations done
"http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes"
shouldDisplay
public boolean shouldDisplay()
forceDisplay
public void forceDisplay()