Closed albertytau closed 7 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>
Maybe this problem is solved with https://github.com/VividCortex/angular-recaptcha/pull/170
It looks like the issue was resolved. Please reopen otherwise
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 ?