Price decimal - suppose to be different to each langugae (, .) how can I make it?

Hi everyone,

In the Netherlands like many other European countries the decimal separator is ‘,’ instead of ‘.’

My store’s language is in Dutch and English

How can I make this that when a customer on:

  • The Dutch language it will show ‘,’ (12,99)

  • The English language it will show ‘.’ (12.99)

How can I solve this problem?

Thanks