Gets the language from where the locale belongs to.
getLocaleLanguage()
→ returns string
writeOutput(getLocaleLanguage());
writeOutput(' → ');
setLocale('de_ch');
writeOutput(getLocaleLanguage());
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.