Language
Specifies common/major languages present in software development or the open internet. This is not an exhaustive list
and if you need to specify an entry that isn't present (without a code change), it is best to opt for the `iso_`-
prefixed fields in `LanguageSpec`.
Content copied to clipboard
elide.base.Language
Properties
Link copied to clipboard
Generic, unqualified reference to Arabic.
Content copied to clipboard
ARABIC = 6;
Link copied to clipboard
Generic, unqualified reference to Chinese.
Content copied to clipboard
CHINESE = 3;
Link copied to clipboard
Generic, unqualified reference to English.
Content copied to clipboard
ENGLISH = 0;
Link copied to clipboard
Generic, unqualified reference to French.
Content copied to clipboard
FRENCH = 1;
Link copied to clipboard
Generic, unqualified reference to Hindi.
Content copied to clipboard
HINDI = 7;
Link copied to clipboard
Generic, unqualified reference to Italian.
Content copied to clipboard
ITALIAN = 8;
Link copied to clipboard
Generic, unqualified reference to Japanese.
Content copied to clipboard
JAPANESE = 5;
Link copied to clipboard
Generic, unqualified reference to Korean.
Content copied to clipboard
KOREAN = 4;
Link copied to clipboard
Generic, unqualified reference to Spanish.
Content copied to clipboard
SPANISH = 2;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)