org.jbind.base
Class Languages

java.lang.Object
  extended byorg.jbind.base.Languages

public class Languages
extends java.lang.Object

Contains language codes according to ISO 639. The codes are set up by reading the two files "languages-2.txt" and "languages-3.txt" that contain all 2 letter codes from ISO 639 and all 3 letter codes from ISO 639-2, resprectively.


Field Summary
static java.util.Map ourLanguages
           
 
Method Summary
static boolean contains(java.lang.String aLanguageCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ourLanguages

public static java.util.Map ourLanguages
Method Detail

contains

public static boolean contains(java.lang.String aLanguageCode)