The default language for jQuery validation plugin is English.
It could be overridden with the localization js file, eg. es, zh, fr, etc.
Please refer here for the list of supported languages.
To enable languages support, we just need to add other language message js into our webpage (html/jsp/xhtml).
for french
It could be overridden with the localization js file, eg. es, zh, fr, etc.
Please refer here for the list of supported languages.
To enable languages support, we just need to add other language message js into our webpage (html/jsp/xhtml).
for french
<script type="text/javascript" src="http://jzaefferer.github.io/jquery-validation/localization/messages_fr.js" />
for chinese<script type="text/javascript" src="http://jzaefferer.github.io/jquery-validation/localization/messages_zh.js" />
Same for other languages, just find the appropriate language js and add the js into the webpage.