I have the Problem that the decimal point is no set correctly in chrom and sometimes in firefox.
At the beginning of my script i set this:
The digits where set dynamic after an ajax request.
If i open my script on our internal Server with Firefox, i get the number 22.500,00 (for example)
If i open it on the external Webserver with Firefox i get 22,500,00 ?!
If i open it internal with Chrome, i always geht 22,500,00
I have no Ideas why it is so?
I have the Problem that the decimal point is no set correctly in chrom and sometimes in firefox.
At the beginning of my script i set this:
The digits where set dynamic after an ajax request. If i open my script on our internal Server with Firefox, i get the number 22.500,00 (for example) If i open it on the external Webserver with Firefox i get 22,500,00 ?!
If i open it internal with Chrome, i always geht 22,500,00 I have no Ideas why it is so?
Can anybody help me?