Developer forum

Forum » Development » Change currency symbol in DW 9

Change currency symbol in DW 9

Shiwanka Chathuranga Dynamicweb Employee
Shiwanka Chathuranga
Reply

we are trying to change the currency symbol in the website by patching the Database table [EcomCurrencies] column [CurrencySymbol], but it didn't work.

When we click settings>ecom>internationalization>currencies>[select particular currency]

we are getting the correct output into chrome debug as the changed currency symbol as S$

but after this ajax request and again it changed to region info settings

This is the code block it changes to Region Info

it gets RegionInfo by passing the CultureinfoName and reset back to standard 

 

and in the front end also new change is not affected.

 

Any workaround or any other method to change the currency symbol???


Replies

 
Nicolai Pedersen
Reply
This post has been marked as an answer

Hi Shiwanka

I would believe you can already do that. Just do not choose any regional settings and provide the settings you self. See screendump.

When you choose a Regional Setting, all of the properties comes out of .NET cultureinfo class and we cannot override that one. But the above should work for you. Let me know if you can get that to work!

BR Nicolai

Capture.PNG
Votes for this answer: 1
 
Shiwanka Chathuranga Dynamicweb Employee
Shiwanka Chathuranga
Reply

Thank you very much, Nicolai

It fixed

 

You must be logged in to post in the forum