The CreatorCon Call for Content is officially open! Get started here.

How do I modify the default currency symbol?

salvadormarchan
Kilo Guru

Hi,

I was able to modify the symbols to distinguish Australian Dollar (A$), Canadian Dollar, (C$), Singapore Dollar (S$) and American Dollar ($) ...BUT it is defaulting to American Dollar for now. How can I change it to, let's say, Singapore Dollar?

Thanks,

Dor

22 REPLIES 22

find_real_file.png

 

Currently the country code for my user is Japan.

find_real_file.png

mayank93
Kilo Contributor

The below solution works if you want to show the currency type irrespective of user demographic. In short if your customer is limited to a single region, you may default the currency for the instance.

Go to fx_currency and make sure your currency is active. 

To use a single currency model, change the property - 'glide.i18n.single_currency' to true

Default the currency code you want to use in the property - 'glide.i18n.single_currency.code'

 

Yanal
Giga Guru

You can set the system's currency to be just one, you can go to the system properties - system localization and from there select :find_real_file.pngsAnd make sure to activate the currency from: system localization - currencies. 

 

Hope this helps