Enum Class LanguageAlpha3Code

java.lang.Object
java.lang.Enum<LanguageAlpha3Code>
org.bardframework.commons.utils.data.LanguageAlpha3Code
All Implemented Interfaces:
Serializable, Comparable<LanguageAlpha3Code>, Constable

public enum LanguageAlpha3Code extends Enum<LanguageAlpha3Code>
ISO 639-2 language code (3-letter lowercase code).

Most languages have just one ISO 639-2 code, but there are some languages that have 2 codes, ISO 639-2/T code ("terminological" code) and ISO 639-2/B code ("bibliographic" code). The table below lists up langueses having two ISO 639-2 codes.

ISO 639-2 code for Newari is new, but in this enum, the corresponding entry is not new but New (the first letter is capital), because new is a special word for Java programming language.