babaktaremi / GoogleCaptchaComponent

🤖 Implementation of google reCaptcha as a blazor component with support of reCaptcha-V2 and reCaptcha-V3 and server validation
MIT License
78 stars 16 forks source link

Recaptcha v2 language #15

Closed Z3r0J closed 9 months ago

Z3r0J commented 9 months ago

This pull request introduces language support for reCAPTCHA v2.

While implementing the library at work, I noticed the absence of language support, I took the initiative to develop a custom implementation for language support. I am excited to share the modifications I've made to the library in order to enhance its language customization capabilities.

image

image

babaktaremi commented 9 months ago

That's great. Thank you for your contribution! By the way can you also update project readme and reference this feature in it ?

Z3r0J commented 9 months ago

@babaktaremi I've made updates to the README.md, describing the new feature. Thank you for considering and incorporating my changes.