Recaptcha language

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
2/19/2010 3:48:43 AM
Gravatar
Total Posts 2

Recaptcha language

Hi

Is it possible configure recaptcha language? if you go to here section Look & Feel Customization you can see how custom your recaptcha, but studing mojoportal code I did not find it. In RecaptchaAdapter.cs configure private key, public key and the theme, but is it possible configure language there? In recaptcha page said to write a script like this

<script>
var RecaptchaOptions = {

theme : 'white',

lang : 'es',
tabindex : 2
};
</script>

to change language but i don't know how I can do in mojoportal

 

any idea?

Thanks in advance

5/14/2010 1:52:39 PM
Gravatar
Total Posts 18439

Re: Recaptcha language

Hi Juan,

I think it would be better if we could get them to fix this in the recaptcha ASP.NET plugin. It seems like there is an open issue and someone already offered the fix but no-one is really maintaining the library for .NET. Maybe you could contact the project administrator and try to get commit access to fix it.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.