getISO3Language (JavaScript)
Returns a three-letter abbreviation for this locale's language. If the locale doesn't specify a language, this will be the empty string. Otherwise, this will be a lowercase ISO 639-2/T language code.
Defined in
Locale (Runtime - JavaScript)Syntax
getISO3Language() : string