SetCurrencyCode Method
The SetCurrencyCode method sets the currency code that the locale uses. It returns nothing. It uses the following syntax:
SetCurrencyCode(currency_code)
where:
currency_code is a string that includes the currency code.
For example:
SiebelApp.S_App.LocaleObject.SetCurrencyCode("USD")