getISO3Country (JavaScript)
Returns a three-letter abbreviation for this locale's country. If the locale doesn't specify a country, this will be the empty string. Otherwise, this will be an uppercase ISO 3166 3-letter country code.
Defined in
Locale (Runtime - JavaScript)Syntax
getISO3Country() : string