在ASP.NET验证码插件的语言选项 [英] language option in reCAPTCHA ASP.NET plugin

查看:84
本文介绍了在ASP.NET验证码插件的语言选项的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用ASP.NET插件reCAPTCHA的在我的ASP.NET MVC应用程序。验证码集的版本是1.0.4.0。有没有一种方法来设置语言用于RecaptchaControl?

  VAR captchaControl =新Recaptcha.RecaptchaControl
            {
                ID =验证码,
                主题=blackglass
                公钥=PUBLIC_KEY
                PrivateKey =PRIVATE_KEY
            };


解决方案

这个功能不是在v1.0.4.0支持。请下载最新版本,然后重试。

http://$c$c.google.com/p/recaptcha/downloads/detail?name=recaptcha-dotnet-1.0.5.0-binary.zip

I'm using ASP.NET plugin for reCAPTCHA in my ASP.NET MVC application. Recaptcha assembly version is 1.0.4.0. Is there a way to set language to be used for RecaptchaControl?

    var captchaControl = new Recaptcha.RecaptchaControl
            {
                ID = "recaptcha",
                Theme = "blackglass",
                PublicKey = "public_key",
                PrivateKey = "private_key"
            };

解决方案

This feature was not supported in v1.0.4.0. Please download the latest version and try again.

http://code.google.com/p/recaptcha/downloads/detail?name=recaptcha-dotnet-1.0.5.0-binary.zip

这篇关于在ASP.NET验证码插件的语言选项的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆