| Package | Description |
|---|---|
| org.digitalmediaserver.crowdin.tool |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,ISO639> |
ISO639.LOOKUP_CODES
|
static Map<String,ISO639> |
ISO639.LOOKUP_NAMES
|
| Modifier and Type | Method and Description |
|---|---|
static ISO639 |
ISO639.fromBCP47(String bcp47Tag)
Converts an
IETF BCP 47 language tag to an ISO639. |
static ISO639 |
ISO639.get(String code)
Gets the
ISO639 for an English ISO 639 language name or
an ISO 639 code, or null if no match is found. |
static ISO639 |
ISO639.get(String code,
boolean containsName)
Gets the
ISO639 for an English ISO 639 language name or
an ISO 639 code, or null if no match is found. |
static ISO639 |
ISO639.getCode(String code)
|
static ISO639 |
ISO639.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ISO639[] |
ISO639.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.