Russ wrote: > For each server.coldfusion.supportedLocales, how can one access a locale's > elements, e.g. the ISO 639 two-letter language code, EN, and ISO 3166 > two-letter country code, US.
as these are non-standard (java standard anyway) "pretty" names, you can't. build a lookup table/structure, there aren't that many and they should be obvious from the pretty names. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184940 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

