I am using the following HTML5 code,
<form action="demo_form.asp">
E-mail: <input type="email" name="email"><br>
<input type="submit">
</form>
When a user submit the form with invalid email address, the user gets the error message "Please enter an email address". I need to show it in other language. Is there any wayto change the message without using JavaScript?