appleboy / react-recaptcha

A react.js reCAPTCHA for Google
https://www.google.com/recaptcha/intro/index.html
BSD 3-Clause "New" or "Revised" License
635 stars 97 forks source link

Is there a way to change language? #179

Closed figalex closed 8 years ago

figalex commented 8 years ago

How can I set a language code? https://developers.google.com/recaptcha/docs/language

figalex commented 8 years ago

Already figured it out. You have to add the "hl" param on the api.js url.

<script src="https://www.google.com/recaptcha/api.js?hl=es" async defer></script>

https://developers.google.com/recaptcha/docs/display