Making your own model and custom validation error messages was not too complicated for me to understand. It just requires you to know about data annotations. I copied the login page's login form to my homepage, since I want a user to login as soon as they enter the webapplication.
The thing is that the user is not supposed to read the validation messages in English, thus I want to change the validation text. How would I approach this? Could some please explain how to accomplish changing validation messages on a login form (preferably by making use of the default login method found in the accountcontroller and default login view)?