getLocaleCountry

Gets the country where the locale belongs to.

getLocaleCountry() → returns string

This function requires Lucee.  Not supported on Adobe ColdFusion, etc.

Compatibility

Lucee:

DEPRECATED since version 5.0 Lucee5+ Deprecated in favor of getLocaleInfo()

Examples
Sample code invoking the getLocaleCountry function

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

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub