[jQuery] [validation] localization messages

[jQuery] [validation] localization messages


Hello,
I am using jQuery validation plugin. I have read about the plugin in
your website as well as in jQuery plugins forums. I am using it and it
works perfectly. My doubt is how can I use the localize messages? I
don't know if the plugin has a method or a way to access the messages
or I have to get them manually, as these messages are inside:
jQuery.extend(jQuery.validator.messages, {...});
If I use, for example, the message in 'required' variable, it does not
work, as I try to get it by using simply 'required'. I suppose this is
because 'required' is inside the function jQuery.validator.messages.
that's why I ask you if the oplugin has a method itself to get these
messages.
Thanks,
David