Give this a try: http://jquery.bassistance.de/validate/localization/messages_de.js Also included in the download, folder "localization".
Jörn On Wed, Sep 10, 2008 at 5:16 PM, MarcDK <[EMAIL PROTECTED]> wrote: > > Hi! > > I want to translate the messages of the validation plugin without > touching the org. files. > > I tried to overwrite the message object like this: > > <code> > $.validator.setDefaults({ > messages: { > required: "Dies ist ein Pflichtfeld!", > remote: "Bitte ändere die Eingabe.", > } > }); > </code> > > How do I overwrite the message object? Thanx for your help >