instead
@Deprecated public class Iso639 extends Object implements LanguageTagCodes
An encapsulation of the registry of ISO639-1 and ISO639-2 codes as found at http://lcweb.loc.gov/standards/iso639-2/ englangn.html on the 24th July 2001, and dated 12th October 2000.
Modifier and Type | Field and Description |
---|---|
String |
bibliographicCode
Deprecated.
The ISO639-2 three character Bibliographic Code.
|
int |
classification
Deprecated.
The bitwise OR of all applicable values from
LanguageTagCodes . |
String |
name
Deprecated.
The name of the language in English.
|
String |
terminologyCode
Deprecated.
The ISO639-2 three character Terminology Code.
|
String |
twoCharCode
Deprecated.
The ISO639-1 two character code.
|
LT_DEFAULT, LT_EXTRA, LT_IANA, LT_IANA_DEPRECATED, LT_ILLEGAL, LT_ISO3166, LT_ISO639, LT_LOCAL_USE, LT_MULTIPLE, LT_PRIVATE_USE, LT_UNDETERMINED
Modifier and Type | Method and Description |
---|---|
static Iso639 |
find(String lang)
Deprecated.
Look an ISO-639 code up in the list.
|
public final int classification
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
public final String twoCharCode
public final String terminologyCode
public final String bibliographicCode
public final String name
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.