jQuery validation in different languages

I only needed to add the localization files after the validation plugin.

<script type="text/javascript" src="https://stackoverflow.com/questions/5618499/jquery.validate.js"> </script>
<script type="text/javascript" src="localization/de.messages.js"> </script>

Leave a Comment