How can I set this in another language, ie:. French
I've tried:
var RecaptchaOptions = {
lang : 'fr',
};
Which does nothing.
I couldn't find relevant info under API Reference -> Version 2 on Google Docs for reCAPTCHA
Additional information:
I'm using this on rails, with gem "recaptcha"
Found here