Gets the country where the locale belongs to.
getLocaleCountry()
returns string
writeOutput(getLocaleCountry()); writeOutput(' → '); setLocale('de_ch'); writeOutput(getLocaleCountry());