Specifications
Localization 21
* The medium date format for English(US) has changed to the Java standard; for
example, “Sept 4, 1998 11:15:16 PM" and "11:15:16 PM Sept. 4, 1998" are valid. For
a list of valid date formats, see the Java documentation for the java.text.DateFor-
mat class at http://java.sun.com/j2se/1.3/docs/api/index.html.
† Spanish (Standard) and Spanish(Modern) map to the same Java locale ES_es.
Therefore, whether you set the locale to Spanish(Modern) or Spanish(Standard),
GetLocale() returns Spanish(Standard).
For more information, see CFML Reference for the appropriate function.
Spanish(Mexican) LSCurrencyFormat(123456.78,"none") 12.345.678 123,456.78
LSCurrencyFormat(123456.78,"local") 12.345.678 pta 123,456.78
LSCurrencyFormat(123456.78,"international") ESP12.345.678 MXN123,456.78
LSCurrencyFormat("-1234.56","none") -123.456 (1,234.56)
Spanish (Standard),
Spanish(Modern)†
LSCurrencyFormat(123456.78,"local") 12.345.678 pta 123.457 Pts
LSCurrencyFormat(123456.78,"none") 12.345.678 123.457
Swedish LSCurrencyFormat(123456.78,"none") 123.456,78 123 456,78
Locale Function
ColdFusion 5
results
ColdFusion MX
results