The Server has UK region settings with decimal separator as . and thousand separator as ,
 
This code don't work 8-(( , it gives me
-----------------------------------------------------------
Spanish (Standard)

English (US) - 3.200,00 - $3.200,00

----------------------------------------------------------

<CFOUTPUT>#getLocale()#<P></CFOUTPUT>

<CFSET SetLocale("English (US)")>
 
<CFSET list2 = 3200>
<CFOUTPUT>#getLocale()# - #DecimalFormat(list2)# - #DollarFormat(list2)#</CFOUTPUT><CFABORT>
 
 
--------------------------------------------------------------
 
Any ideas?
 
Allan

Reply via email to