Captcha Reader in Portuguese - Google noCaptcha reCaptcha

2
Hello, I'm implementing a captcha in my system, searching in google I got tutorials and I got by the google captcha that is mass and already comes with a spoken option to answer the captcha only that it is in English. I've tried searching and found nothing that would help me.

Does anyone know if you have translate this option in the google captcha?

    
asked by anonymous 15.10.2015 / 22:04

1 answer

2

So far the option does not exist reCaptcha audio translation, only texts are translated. According to the guide, there is the parameter GET hl for language configuration.

Example: <script src='https://www.google.com/recaptcha/api.js?hl=pt-BR'></script> .

According to the documentation this parameter:

  

Force the widget to render in a specific language.

link , our translation.

    
16.10.2015 / 19:51