• Resolved Pimouls

    (@pimouls)


    Hi, I’m having a language problem with my Google Form.

    I wan’t to display everything in french (and it works for labels and buttons) but the error messages (like “this field is required”) are in english.
    I’ve checked that I have ?hl=fr” in the form URL, and now I have no clue how to solve that problem !

    Does anyone know how to solve it ?

    Thanks 😉

    http://wordpress.org/plugins/wpgform/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Mike Walsh

    (@mpwalsh8)

    The error messages come from the jQuery Validate plugin and by default, are in English. I recently added the hooks to allow translation of these messages if someone (hint, hint) wants to provide a language translation package.

    I don’t speak French and just a little bit of Spanish so I am unable to do the translations myself but when they are contributed I try to include them quickly. I did update the translation support files in the most recent release.

    Thread Starter Pimouls

    (@pimouls)

    Ok, I’m gonna try to do something about that, and I’ll let you know !

    Thanks a lot for your quick answer 🙂

    Thread Starter Pimouls

    (@pimouls)

    Hi again,

    I managed to get what I wanted by editing the core.php file and replacing the message “This field is required”.

    I really don’t know how to make a translation package, sorry !

    Plugin Author Mike Walsh

    (@mpwalsh8)

    That will work until I release an update! I have never translated a plugin but I have coded the plugin so it can be translated. The translation process is outlined here on the WordPress Codex. The POT files mentioned are already generated and included with the plugin.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Controls in french, error messages in english’ is closed to new replies.