I have to round a number to 2 decimal places in javascript. But I also have to change the decimal separator from "." to ",".
I found out a few post on how to round the number to 2 decimal places
I found a few in hot to change the decimal separator
Change Decimal Separator1 Change Decimal Separator2
But they all manipulate the string, changing the "," for ".", or something like that. There is no direct way to set the decimal separator? Like a global configuration?