See any of the localization files for reference:
http://jqueryjs.googlecode.com/svn/trunk/plugins/validate/localization/messages_nl.js

Jörn

On Thu, Apr 2, 2009 at 8:01 AM, david.garc...@barcelonamedia.org
<david.garc...@barcelonamedia.org> wrote:
>
> 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

Reply via email to