IE showing "decimal" instead of "comma"
I have a problem with slider (implemented using Prototype) and IE7. When I change the value of the slider, I update the value of a, for example, "420 000".
Now in all browsers except IE7 this renders correctly. But on IE7 it shows up as "420,000".
My question is how "," became. "
the page has a UTF-8 meta tag.
Any help?
a source to share
Are you testing IE7 on a different computer or virtual machine? (I guess since multiple versions of IE on the same machine is almost impossible). It is possible that the machine is installed in a different locale. It is common in some European countries (not sure which ones) to use ". As the thousands separator, and", "as decimal.
If so, consider this as a good test of how your software might behave for European visitors to your site.
a source to share