comma decimal seperator in asp.net mvc 5
im desperately trying to make asp.net work with the comma symbol as the decimal seperator but this seems to be a lot harder then necessary… i’ve done everything that’s in this tutorial http://www.asp.net/mvc/overview/getting-started/introduction/examining-the-edit-methods-and-edit-view tried this in the root web config <system.web> <globalization culture="de-DE" uiCulture="de-DE" /> </system.web> stepped through the jQuery code – the globalization there … Read more