java.lang .Object com.hp.hpl.jena.rdf.arp.lang .Iso639 Method Summary public static Iso639 find (String lang) Look an ISO-639 code up in the list.
Parameters: lang - The two or three character code to look up.
bibliographicCode final public String bibliographicCode (Code) The ISO639-2 three character Bibliographic Code.
classification final public int classification (Code) The bitwise OR of all applicable values
from
LanguageTagCodes .
The possibilities are:
LT_ISO639
LT_ISO639|LT_MULTIPLE
i.e. mul
LT_ISO639|LT_UNDETERMINED
i.e. und
LT_ISO639|LT_LOCAL_USE
e.g. qaa
name final public String name (Code) The name of the language in English.
terminologyCode final public String terminologyCode (Code) The ISO639-2 three character Terminology Code.
twoCharCode final public String twoCharCode (Code) The ISO639-1 two character code.
find public static Iso639 find(String lang)(Code) Look an ISO-639 code up in the list.
Parameters: lang - The two or three character code to look up. The corresponding Iso639 object,or null if not in the list.