The 'I'm not a robot' string is translated into German 'Ich bin kein Roboter' when I turn on Aggregate JavaScript files. I believe my server is located in Germany.

Comments

hass’s picture

Status: Active » Closed (duplicate)
mailfox’s picture

Status: Closed (duplicate) » Closed (fixed)

I did so was by Russian
file google_captcha.module
go to line 66

drupal_add_js('https://www.google.com/recaptcha/api.js', array('defer' => TRUE, 'async' => TRUE));
add ?hl=ru
drupal_add_js('https://www.google.com/recaptcha/api.js?hl=ru', array('defer' => TRUE, 'async' => TRUE));

a case of you ?hl=de

Language codes any Language codes

hass’s picture

Status: Closed (fixed) » Closed (duplicate)

Please use the recaptcha module.