Gets the language from where the locale belongs to.
getLocaleLanguage()
returns string
writeOutput(getLocaleLanguage()); writeOutput(' → '); setLocale('de_ch'); writeOutput(getLocaleLanguage());