$.validator.message.requires = "my new default message";

Or use on of the provided localization files (in the zip file).

Jörn

On Mon, Aug 3, 2009 at 6:40 AM, Jnew<idn...@gmail.com> wrote:
>
> Plugin: http://bassistance.de/jquery-plugins/jquery-plugin-validation/
>
> How translate generic error messages, without editing the javascript
> file?
>
> My test:
>                messages: {
>                                required: "Don't work",
>                        username: {
>                                required: "Work"
>                        },
>                        email: "Work"
>                }
>
>
> But I need to change one by one? I just want all the messages required
> to be changed and not a specific field.
>
> Exemple:
> change all "This field is required."
> to "Campito el obrigatoriozito delo prenxings. Thanks!"
>

Reply via email to