SetLocale and Europe/Euro
If have some code that sets multiple Locales -->
<cfset currentlocale = SetLocale("English (Canadian)")>
<cfset currentlocale = SetLocale("English (UK)")>
<cfset currentlocale = SetLocale("English (US)")>
In-between these different settings I have #LSCurrencyFormat(GetTotal.TotalValue)#
This displays the currency and the appropriate currency sign.
The question I have is how would I do this for Europe as I now have a need to support Euro's
Thanks
Mark
