Currently I am using standard jQuery validation and unobtrusive with data annotations, I'm trying to change the default error language.
I'm not trying to globalize the website but only to change the default error messages language or maybe default website language.
Is there a way to do it without overriding the error message in the model? Like
[Required(ErrorMessage = "some localized validation text")]