PaulMiami / reCAPTCHA

reCAPTCHA 2.0 for ASPNET Core
MIT License
134 stars 37 forks source link

How to translate ValidationMessage #13

Open vov4ik08 opened 7 years ago

vov4ik08 commented 7 years ago

Hello. How can i translate ValidationMessage if i can use my StringLocalizer or standart StringLocalizer ?

PaulMiami commented 7 years ago

Hi, The only thing you can do now, is to change the value of "ValidationMessage" on "RecaptchaOptions". I'll look into a better way to do localization when I have a chance

hugoterra commented 7 years ago

Hey Paul, how can i set the language for recaptcha ?

PaulMiami commented 7 years ago

Hi, @hugoterra check out this to localize the recaptcha control

antyrama commented 6 years ago

@vov4ik08 - you can find implemented ValidationMessage localization in my fork of reCAPTCHA. @PaulMiami - is there a chance you'll merge my changes?

PaulMiami commented 6 years ago

I’ll review it this weekend

jakubbloksa commented 6 years ago

Any news on this? @PaulMiami is @antyrama pull request ok?