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 recaptcha language #130

Closed mlabouardy closed 8 years ago

mlabouardy commented 8 years ago

Is there an option to specify the recaptcha language ?

iambrosi commented 8 years ago

@mlabouardy You need to use the hl param when including the recaptcha API from Google.

mlabouardy commented 8 years ago

@iambrosi Yes I know, but is there a method to change it directly from vcRecaptchaService ?

iambrosi commented 8 years ago

There is no method for changing the language, since it would require re-loading the API script and we don't consider this to be the service's responsibility. You can check #66 for more information.