Titanium.Locale.getCurrencyCode

Function of Titanium.Locale.
Platform Since
Android 1.5

Summary

return a currency code for a given locale.

Arguments

Name Type Summary
locale String

the locale for which you want to the currency code, e.g. getCurrencyCode('en-US') -> 'USD'

Return Type

String