The CountryName()
function returns the name of the country that belongs to the specified language.
Syntax
CountryName(language)
Returns
A text that contains the name of the country that belongs to the specified language
Parameters
language
– a language value
Examples
CountryName(en_US) /* "United States" */
CountryName(en_GB) /* "United Kingdom" */
CountryName(nl_NL) /* "Nederland" */
CountryName(CurrentLanguage) /* "United States" */