How can I change JQuery Validation plugin that gives error message at browser’s language. I mean if I run it on a browser that has English language errors will be in English or if the browser’s language is Turkish error messages will be Turkish too(of course I will define messages at that languages, also I should define a default language if I didn’t define an error message list according to browser’s language)
How can I change JQuery Validation plugin that gives error message at browser’s language.
Share
Jquery validation plugin works with an array variable. I defined different array variables as like:
I get browser’s language as two character as like
and I call the variable of :
so it works for me.