Will Tomlinson wrote: > "I've been thinking about this one... we do need to address the issue of > multiple currencies. Probably an additional field, default to US$ but include > Euros, C$, A$, probably some more." > > Is there an easy way to do this? Would LSCurrencyFormat() just automatically > take care of everything for me?
you have to set the locale for each currency you want to support but more importantly you need to convert the actual values between them. for that you'll need a source of the exchange rates like say http://www.xe.com/ also an IP-to-country/locale tool would probably be helpful. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301782 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

