Daniel3356 / recaptcha

Automatically exported from code.google.com/p/recaptcha
0 stars 1 forks source link

reCaptcha Language support not working #182

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
I am trying to implement the reCaptcha v1.0.5.0 asp.net plugin with the Spanish 
language.
If I set the Language to "es" and try it out, there is no difference
in the text displayed, i.e. "Type the two words", "Get a new
challenge", etc. all show up in English. The same happens regardless
of the language I set for the plug-in, i.e. "ru", "fr", etc.

I can see the below in the script that was generated, however the
display shows up in English. Is there something else I need to do for
the correct language to be displayed?

 var RecaptchaOptions = {
 theme : '',
 lang : 'es',
 tabindex : 0
 };

What is the expected output? What do you see instead?
If I set the Language to "es" and try it out, there is no difference
in the text displayed, i.e. "Type the two words", "Get a new
challenge", etc. all show up in English. The same happens regardless
of the language I set for the plug-in, i.e. "ru", "fr", etc.

I can see the below in the script that was generated, however the
display shows up in English.

What version of the product are you using? On what operating system?
recaptcha v1.0.5.0 
win 2008 server

Please provide any additional information below.

Original issue reported on code.google.com by chetanfi...@gmail.com on 18 Feb 2014 at 10:27