Whatever message this page gives is out now! Go check it out!
LSIsCurrency(currency [, locale])Parameter | Description |
currency | A currency string or a variable that contains one. |
locale | Locale to use instead of the locale of the page when processing the function |
<cfscript>
currency="$100000"
locale=getLocale()
writeOutput("Locale is: " & locale & "<br/>")
writeOutput(LSISCurrency(currency,locale))
</cfscript>