tanveery / recaptcha-net

reCAPTCHA for .NET library lets you easily use Google's reCAPTCHA in an ASP.NET Web Forms / MVC / ASP.NET Core application.
Apache License 2.0
161 stars 68 forks source link

Customized Language Support is missing #37

Closed bipin24x7 closed 7 years ago

bipin24x7 commented 7 years ago

Is there any way I can setup my reCaptcha to get displayed in specific language? I think, .NET control should have property for the language code which we can setup based on google suggestion: https://developers.google.com/recaptcha/docs/language

Once we set the language code, reCpatcha must get rendered in specific language in next load.

bipin24x7 commented 7 years ago

I think, we are fine here. I show the option.

AntjeReichenberger commented 5 years ago

What was the solution to this?

bipin24x7 commented 5 years ago

There is properly for Language. Set that and you should be good.

<mc:Recaptcha ID="recaptchaComments" runat="server" Theme="Clean" Language="da" />

AntjeReichenberger commented 5 years ago

Thank you so much for the quick reply. I had figured it out myself afterwards but i still appreciate it!