Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
-6
rated 0 times [  1] [ 7]  / answers: 1 / hits: 44219  / 9 Years ago, fri, february 27, 2015, 12:00:00

enter



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



I've tried:



var RecaptchaOptions = {
lang : 'fr',
};


Found above here



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


More From » recaptcha

 Answers
2

You just need to specify the parameter ?hl= in the script's url:



<script src='https://www.google.com/recaptcha/api.js?hl=fr'></script>


Not very well documented, indeed!



find your language code here: https://developers.google.com/recaptcha/docs/language


[#67640] Wednesday, February 25, 2015, 9 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
conorm

Total Points: 339
Total Questions: 104
Total Answers: 104

Location: Angola
Member since Tue, May 5, 2020
4 Years ago
;