form / CAPTCHA
Permalink
Hi Folks,
I have the following problem:
We are developing a bilingual website with internationalization module (english + french).
We have also installed the 2 languages for the interface.
For the contact form we use the default CAPTCHA module.
The block uses the classic t('blablabla') structure to translate content.
The problem is that the module doesn't take in account the page language but only the interface language. It results the CAPTCHA (and other interface elements) texts are always displayed in the interface language and not in the selected internationalization language (but the translation exists in .po file).
Is that a bug or a normal behavior? Is there a way to bypass that with something like:
set page language = internationalization language
Thanks in advance!
Marc
Diabolo Design
I have the following problem:
We are developing a bilingual website with internationalization module (english + french).
We have also installed the 2 languages for the interface.
For the contact form we use the default CAPTCHA module.
The block uses the classic t('blablabla') structure to translate content.
The problem is that the module doesn't take in account the page language but only the interface language. It results the CAPTCHA (and other interface elements) texts are always displayed in the interface language and not in the selected internationalization language (but the translation exists in .po file).
Is that a bug or a normal behavior? Is there a way to bypass that with something like:
set page language = internationalization language
Thanks in advance!
Marc
Diabolo Design
I´m trying to solve it with custom templates for each languages as described here:
http://www.concrete5.org/community/forums/customizing_c5/how-can-i-...
But just can´t find the string, neither in view.php or controller.php
So I´m open to solutions!