How to change the default currency on freemarker

How do we change the default currency on freemarker if we have the desired currencycode in string?

Perhaps don’t use the ?string.currency -format at all and do the formatting yourself?

For example:

[code]${user.locale.currencySign} ${price.forLocale(user.locale)} [/code]

Leave a Comment