To change language of ReCaptcha text

Phoca Guestbook - creating guestbooks in Joomla! CMS
Gloria
Phoca Member
Phoca Member
Posts: 10
Joined: 03 Jul 2011, 11:43

To change language of ReCaptcha text

Post by Gloria »

Hi, I have to start by saying what an awesome product this is. And the support so far given to me is very good. I hope you can help me solve this little problem:

I have now see where the code for the captcha is located, but I'm still not sure where to put the java script

var RecaptchaOptions = {
theme : 'white'
};

to change the appearance of the ReCaptcha, and the java script

var RecaptchaOptions = {
lang : 'en',
};

to change the language of the explaining text on the ReCaptcha image ("enter the letters shown".

Regards / Gloria
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48739
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: To change language of ReCaptcha text

Post by Jan »

Hi, not sure, because didn't do such modification yet, but maybe you need to edit the recaptcha class:

components/com_phocaguestbook/helpers/recaptchalib.php

maybe the documentation of reCaptcha will say more :idea:

Jan
If you find Phoca extensions useful, please support the project
Post Reply