Hello

Great module! I am using it for the first time, and it does exactly what I need. However, one issue I am coming up against is sites with multiple languages. The questions will be the same for each language, but it would be nice to be able to have separate languages for each question.

I have thought about how you could implement this, and one idea I have is to check enabled languages on the site, and add a new textarea for each language on the settings page. Anyways, for the time being I can just add the questions in both languages to the textarea that exists already, but it also means that all the questions will be visible to users registering in either language.

Thanks!

Comments

pedrosp’s picture

Category: feature » support

Hi Jay,
If I understand your point you just need to turn the question field as a multilingual variable.
Supposing you are using i18N module of course, follow this tutorial http://drupal.org/node/313272 to change your setting.php.
For this module I use:

$conf['i18n_variables'] = array(
/* Local Email */
'localemail_questions',
);