Returns the name of a country that corresponds to its ISO code according to the ISO 3166-1 standard.
// France caption
sCaptionFrance is string = GetCountryName("FRA")
Syntax
<Result> = GetCountryName(<ISO code>)
<Result>: Character string
Name of the country.
<ISO code>: Character string
Country ISO code. This ISO code can be the alphabetic ISO code (2 or 3 characters) or the numeric ISO code of the country.