Welcome to Locale Hell

Reading Time: < 1 minutes It’s not often that I get to work on localization related features or bugs, but when I do, it’s spectacular! Take the sv-SE (Swedish) locale for example. If you write in the Chrome console the following: (-1).toLocaleString(“sv-SE”) == “-1” It will get evaluated to a big fat false. Why? Because the minus character this particular … Read more