I’m using ASP.NET MVC 3 and DataAnnotations validations and for some reason the javascript validations show localized messages. I would like to use the default english validation messages, since the whole application is in english.
I don’t remember configuring any localization, how does the validation mechanism detect the language?
How should I alter my application to use english messages?
I’ve searched the internet but others seem to have the exact opposite problem.
Set culture in
global.asaxhttp://msdn.microsoft.com/en-us/library/hy4kkhe0(v=vs.71).aspx