Is there a CAPTCHA web service like reCAPTCHA that supports languages other than English?
It would be nice to have localized CAPTCHAs for non-English users.
Just open the functions. php file of your current theme and paste the below mentioned code, you can modify it to any of the language, just look at the above code we are using 'hl' => 'es' where “es” is the language code for Spanish language.
Updating the Recaptcha language from English to another language is possible by adding a small script at the header section of your form. Recaptcha with updated language. 2.) In the Header/Footer dialog box, select HTML, click on the "Source" button in Header, and paste in all of the code from the attached text (.
reCAPTCHA is a free service that protects your website from spam and abuse. reCAPTCHA uses an advanced risk analysis engine and adaptive CAPTCHAs to keep automated software from engaging in abusive activities on your site. It does this while letting your valid users pass through with ease.
reCAPTCHA is a CAPTCHA system that enables web hosts to distinguish between human and automated access to websites.
recaptcha support other languages see link
http://code.google.com/apis/recaptcha/docs/customization.html
English en
Dutch nl
French fr
German de
Portuguese pt
Russian ru
Spanish es
Turkish tr
use it like :
<script>
var RecaptchaOptions = {
lang : 'fr'
};
</script>
if the languages you looking is not supported , you can build your own translation ,
look in this link :
http://wiki.recaptcha.net/index.php/I18n
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With