Captcha reader in Portuguese - Google noCaptcha reCaptcha

Asked

Viewed 2,561 times

2

Hello, I am implementing a captcha in my system, looking on google I got tutorials and got by the captcha of google that is very mass and already comes with a spoken option to answer the captcha only that is in English. I’ve tried researching and found nothing to help me.

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

2 answers

2

So far there is no translation of reCaptcha audio, only the texts are translated. According to the guide, there is the GET parameter hl for language configuration.

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

According to the documentation this parameter:

Forces the widget to render in a specific language.

https://developers.google.com/recaptcha/docs/display#js_param, our translation, emphasis added.

-1

Browser other questions tagged

You are not signed in. Login or sign up in order to post.