Hi,

I've not found the way to set-up e-mail invitations in function of the language.

Is that supported?

Regards

Comments

miccelito’s picture

Is not supported yet as far I know from experience with this module. But you can solve this by adding these lines at the end in your file settings.php

/**
* Multilingual settings
*
*/
$conf['i18n_variables'] = array(
'invite_subject',
'invite_default_mail_template',
);

and then you should be able to do multi-lingual translation (any of your choosen languages from i18n) to the Invite e-mail subject and Invite message text fields. Supposing you know how to handle multi-lingual feature..

dale42’s picture

Version: 6.x-2.0-beta3 » 6.x-2.x-dev
Category: Task » Support request
Issue summary: View changes
Status: Active » Closed (outdated)

I'm helping the Invite module maintainers by cleaning up old issues.

Drupal 6 is no longer supported so I'm setting the issue status to Closed (outdated). Information on what that means is here: Issue Status field.

If you have a question about one of the current versions of the module please do submit a new issue.