-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
We would like to expand this extension so it can deal with different languages. For that, we will do two changes:
- The event message configuration will get a option to determine the requested communication language. This field allows you to select a hierarchy of language sources. Those could be:
- a custom field language field with the event object
- a custom field language field with the participant object
- preferred language of the contact
- browser language setting
- a fallback default language
- Each rule will get an additional multi-entry
languagesfilter field, and the rule will only apply if the field is empty, or the desired communication language is listed in the languages. - The determined communication language will also be passed to the template as a smarty variable, e.g. if the template is largely the same and you just want to change a couple of words between BE/AE.
Reactions are currently unavailable