I'm trying to localize the validation messages of the data-annotations. I thought that it could be done as described here: Supporting ASP.NET MVC 3 Validation with Non-English Locales.
Now it says that ASP.NET MVC and types in the System.ComponentModel.DataAnnotations namespace use their own localized messages. So is that more or less useless to me and only a help for formatting for example prices?
But back to the real question, so the only way to localize the validation messages is doing something like this? localize default model validation in mvc 2
Just trying to get some clearification here, thanks =)