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

Any parameter / switch to change languages ? #141

Closed albertytau closed 7 years ago

albertytau commented 8 years ago

When I programme in PHP, i use

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

to load the language for the recaptcha, is there any option / switch for angular-recptcha to change languages ?

russellhoy commented 8 years ago

It looks like you have to specify the language in the script src, so you'd have to do something like:

<script src="//www.google.com/recaptcha/api.js?hl={{language}}" async defer></script>
reduardo7 commented 8 years ago

Maybe this problem is solved with https://github.com/VividCortex/angular-recaptcha/pull/170

mtrias commented 7 years ago

It looks like the issue was resolved. Please reopen otherwise