• Please add another parameter to the reCAPTCHA shortcode:
    let site admins choose the language. The supported languages and their codes are here:
    https://developers.google.com/recaptcha/docs/language

    The way to set the language in a script call is like this:
    <script src=’https://www.google.com/recaptcha/api.js?hl=en’></script&gt;
    (See the “hl=en” expression at the end. This means the widget will be strictly in English.)

    This parameter is necessary because not all national languages are supported by reCAPTCHA, and sometimes it is better to make the widget fall back to English than try to determine the language closest to a visitor’s national language.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Add a possibility to choose a reCAPTCHA locale’ is closed to new replies.