Appendix C. ColdFusion MX 8 and ICU4J-Supported Locales
Introduction
This appendix provides a list of ColdFusion MX 8 and ICU4J/CLDR supported locales. The ColdFusion code used to produce this data can be found in Listings CH.1 and HC.2. Note that Listing CH.1 uses core Java to retrieve the ColdFusion locales to eliminate the “old” style locale identifiers such as English (United States) in keeping with “best” practice recommendation to use Java style locale identifiers.
Example C.1. cfLocales.cfm
—ColdFusion MX 8—Supported Locales
<!--- Listing H.1: cfLocales.cfm retrieves list of core java/coldfusion supported locales. ---> <cfscript> //get coldfusion/core java locales locale=createObject("java","java.util.Locale"); locales=locale.getAvailableLocales(); ...
Get Adobe ColdFusion 8 Web Application Construction Kit, Volume 3: Advanced Application Development now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.