ASP.NET MVC 4 jQuery Validation Globalization

Going thru the ASP.NET MVC 4 intro on www.asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/adding-a-model, I thought that I couldn’t believe what I saw. In this intro, a MVC Web application is built, having a page to enter movie data, including a date and a price. The price is a decimal value. Now on my machine, …