jQuery Validation plug-in full localization
Hi,
I have seen this amassing plug-in jQuery Validation. But I am creating non-English projects. So I would be happy if someone would tell me how to fully localize it?
I found a snippet which lets you set one message for one element but for example for passwords you have to check do they match and are they long enough? So how to accomplish that?
Here is the snippet I found:
//other language validation
jQuery.extend(jQuery.validator.messages, {
required: "bli bla blubb!"
});
Here is the topic I found it in: http://forum.jquery.com/topic/jquery-validate-plugin