How can I set this in another language, ie:. French
I\'ve tried:
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' } %>