VividCortex / angular-recaptcha

AngularJS directive to add a reCaptcha widget to your form
http://vividcortex.github.io/angular-recaptcha/
MIT License
496 stars 257 forks source link

Change captcha language #167

Closed saloumfall closed 8 years ago

saloumfall commented 8 years ago

How to change captcha language ? thx

TheSharpieOne commented 8 years ago

Pass the hl parameter in the query string when loading recaptcha, like so:

<script
  src="https://www.google.com/recaptcha/api.js?onload=vcRecaptchaApiLoaded&render=explicit&hl=zu"
  async defer
></script>

Reference: https://developers.google.com/recaptcha/docs/display#config List of languages codes: https://developers.google.com/recaptcha/docs/language

saloumfall commented 8 years ago

Thanks! all is fine