public interface LanguageTagCodes
Modifier and Type | Field and Description |
---|---|
static int |
LT_DEFAULT
The special tag
i-default . |
static int |
LT_EXTRA
A tag with non-standard extra subtags.
|
static int |
LT_IANA
A tag in the IANA registry.
|
static int |
LT_IANA_DEPRECATED
A language tag that is deprecated in the IANA registry.
|
static int |
LT_ILLEGAL
An illegal tag.
|
static int |
LT_ISO3166
The second subtag is from ISO3166 and identifies a country.
|
static int |
LT_ISO639
The first subtag is from ISO639-1 or ISO639-2 and identifies a language,
|
static int |
LT_LOCAL_USE
A special ISO639-2 local use language tag.
|
static int |
LT_MULTIPLE
The special ISO639-2 language tag
mul . |
static int |
LT_PRIVATE_USE
An RFC3066 private use tag.
|
static int |
LT_UNDETERMINED
The undetermined ISO639-2 language
und . |
static final int LT_DEFAULT
i-default
.static final int LT_EXTRA
static final int LT_IANA
static final int LT_ILLEGAL
static final int LT_ISO3166
static final int LT_ISO639
static final int LT_LOCAL_USE
static final int LT_MULTIPLE
mul
. This indicates
multiple languages.static final int LT_PRIVATE_USE
x-????
.static final int LT_UNDETERMINED
und
.static final int LT_IANA_DEPRECATED
Copyright © 2001-2016 Aduna. All Rights Reserved.