As the question says I'm trying to change the default language message that cames from the validation of an email field: <input id="email" class="form-control" type="email" required />
, I'm trying to avoid the use of a custom RegEx via Javascript.. I've tryied to use the <meta http-equiv="Content-Language" content="en">
directive but it keep on showing the validation message in my language (Italian) but I want it to be displayed in English.
Can anyone point me in the right direction? Thanks in advance.
Asked
Active
Viewed 135 times
0
-
Have a look here: http://stackoverflow.com/a/12364405/956660 – Cyrbil Oct 05 '15 at 07:39
-
Try the following – karthik manchala Oct 05 '15 at 07:46