appleboy / react-recaptcha

A react.js reCAPTCHA for Google
https://www.google.com/recaptcha/intro/index.html
BSD 3-Clause "New" or "Revised" License
635 stars 97 forks source link

Allow auto detection of the language. #257

Closed sergiop closed 5 years ago

sergiop commented 5 years ago

Hi @appleboy, setting in the defaultProps the hl prop to en, forces the language to english when the prop is not set. This doesn't allow reCaptcha to auto-detect the language and force non-english people to set a different language instead of leave it undefined.

appleboy commented 5 years ago

@sergiop thanks.