Is there a way to change currency symbol based on the website’s current currency instead of the website’s current culture?
Litium version: 5.6.4
Is there a way to change currency symbol based on the website’s current currency instead of the website’s current culture?
Litium version: 5.6.4
I’m sorry I should have described my issue a bit better.
Instead of formatting the price using:
numberFormat = (NumberFormatInfo)currency.GetNumberFormatInfo(CultureInfo.CurrentUICulture).Clone();
I would like to be able to set numberFormat.CurrencySymbol = symbol based on current currency
This because we have B2B customers that have different currencies when they log in
Thanks
Can’t you get the CultureInfo for current currency and then pass in that instead?