cfdocs

getLocaleCountry

Gets the country where the locale belongs to.

getLocaleCountry()
returns string

Output current Locale’s display name than set it to swiss locale

writeOutput(getLocaleCountry());
writeOutput('');
setLocale('de_ch');
writeOutput(getLocaleCountry());