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

Please add lang support #128

Closed sebastiandinu closed 8 years ago

sebastiandinu commented 8 years ago

I have a site that has i18n and I need a way to set the lang of the recaptcha.

mtrias commented 8 years ago

This is from the readme docs:

If you want to force a language, you'll need to add a hl parameter to the script of the reCaptcha API (?onload=onloadCallback&render=explicit&hl=es

Did you try that?

sebastiandinu commented 8 years ago

Yes it works. Sorry but didn't know that...