How to replace the default ModelState error message in Asp.net MVC 2?
asp.net-mvc, file, modelstate, resources
Solution
Got It.
In ASP.NET MVC 2 RC, It is PropertyValueInvalid, not InvalidPropertyValue.
Problem
I need to replace the model state resource (to another language). I've seen some answers to the question above, but unfortunately I could'nt make it work. Any detailed answer or example would be appriciated. Thank you.