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