IE showing "decimal" instead of "comma"
        Posted  
        
            by John Stewart
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by John Stewart
        
        
        
        Published on 2010-05-06T19:28:43Z
        Indexed on 
            2010/05/06
            19:38 UTC
        
        
        Read the original article
        Hit count: 219
        
I am having an issue with a slider (implemented using Prototype) and IE7. Upon the slider value change I update a with the value such as "420,000".
Now on all browsers other than IE7 this is display correctly. But on IE7 it is displayed as "420.000" ..
my question is how did the "," become "."
the page has UTF-8 meta tag.
Any help?
© Stack Overflow or respective owner