MVC Data annotation in different languages?
问题 I'm using code like this: @Html.LabelFor(m => m.Login.Password, new { @class = "adm" }) @Html.PasswordFor(m => m.Login.Password, new { @class = "adm", size = 30 }) @Html.ValidationMessageFor(m => m.Login.Password) It works fine as my data annotations/messages/labels are all in English. However is there some way I can have more than one language and switch between them? What if my site has a language selector that selects between Japanese and English? Can I have different data annotation for