How to change reCAPTCHA language on websites

captchalanguage

I want reCAPTCHA to be shown in English on all websites i visit like sign up pages and etc, but it is in Persian. Like this:

Image

I tried Changing language in account settings to refresh it, clearing cookies, history, etc. Nothing worked.
How can I change the language reCAPTCHA uses for me to English?

UPDATE
I tested on IE and Edge browser and reCAPTCHA is English in those browsers. just in chrome it is still Persian. any suggestion to make it English on Chrome?

Best Answer

its depend on what is your version recapcha.

in version 2

You just need to specify the parameter "?hl=" in the script's url:

<script src='https://www.google.com/recaptcha/api.js?hl=fr'></script>

in version 3

You just need to specify the parameter "?lang=" in the script's url:

https://www.google.com/recaptcha/api.js?render=reCAPTCHA_site_key&lang=en
Related Question