Changing the user registration form that comes by default asp.net mvc5 I realized that the error messages it sent came in English:
these errors are shown in the Validation Summary ( ValidationSummary ) when searching the Internet the only thing I found are several answers from the sister site in English like the following one that did not solve the error since it only translated some errors, how could I translate all the messages of error to Spanish that are shown in forms such as registration?
Install the Spanish language pack in Manage Nuget Packages called
after that you have to add the following line inside
system.web
theweb.config
projectso that all error messages appear in Spanish