react-recaptcha-google
react-recaptcha-google copied to clipboard
Recaptcha Language
How do i change the language of the recaptcha? Using En language right now, but i need to change it do pt-BR. Already try to pass the props hl='pt-BR' and lang='pt-BR' but this didn't work.
Probably because there is no option for locale. If you check this library's code you'll see that their script.src
adds locale
I would like to be able to set language too.