Class ISO639

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ARABIC_CODE
      Arabic
      static java.lang.String FARSI_CODE
      Farsi
      static java.lang.String HEBREW_CODE
      Hebrew
      static java.lang.String HEBREW_OBSOLETE_CODE
      The obsolete code for Hebrew, used by Java.
      static java.lang.String URDU_CODE
      Urdu
    • Constructor Summary

      Constructors 
      Constructor Description
      ISO639()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • HEBREW_OBSOLETE_CODE

        public static final java.lang.String HEBREW_OBSOLETE_CODE
        The obsolete code for Hebrew, used by Java.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ISO639

        public ISO639()