446
<CFLOOP LIST="#Server.Coldfusion.SupportedLocales#"
INDEX="locale" DELIMITERS=",">
<CFSET oldlocale = SetLocale(locale)>
<CFOUTPUT><P><B><I>#locale#</I></B><BR>
"international")#<BR>
</CFOUTPUT>
</CFLOOP>
</BODY>
</HTML>
Local: #LSEuroCurrencyFormat(100000, "local")#<BR>
International: #LSEuroCurrencyFormat(100000,
None: #LSEuroCurrencyFormat(100000, "none")#<BR>
<Hr noshade>
CFML Language Reference
Need help?
Do you have a question about the COLDFUSION 4.5-CFML LANGUAGE and is the answer not in the manual?
Questions and answers