Richard Kroll wrote: > I've run into a situation where I need to separate Locale from the > currency used in our application. I found a few listings that use
there's nothing in core java or icu4j that will get you there in one shot (though the next version of icu4j has a new GlobalizationPreferences class that has some interesting methods like guessLocale). in the meantime maybe grab the CFC from here: http://www.sustainablegis.com/projects/i18n/currencyTB.cfm and stuff the output into a query or structure & search that by locale. i guess another tack is to d/l & search the XML from CLDR ;-) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254254 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

