Setting reCAPTCHA Version 2 set another language other than English

后端 未结 5 498
走了就别回头了
走了就别回头了 2021-01-30 16:19

\"enter

How can I set this in another language, ie:. French

I\'ve tried:

5条回答
  •  旧时难觅i
    2021-01-30 16:52

    If you are using the recaptcha gem you need to provide the hl param in recaptcha_tags.

    Example:

    <%= recaptcha_tags ssl: true, hl: 'it', display: { theme: 'white' } %>
    

提交回复
热议问题