What do I need to set the mvc inline verification messages to display in the current request user interface culture? Are resource files separate downloads?
eg. You must confirm the "Email field" message. Must be displayed in German if the culture is set to de-DE.
EDIT: You need to be a little clearer. I have fully localized custom validation messages, already using attributes with custom messages. Those that I still need to translate are those that are.
eg.
[Required] public string Email {get;set;}
displays a confirmation message. The Email field is required. I would like to have it in German and Italian, without having to go through each property. (I expect there is a language pack or something similar, Google could not create anything, though ..)
source share