Currently, when an email is sent to users with different profile languages, WEBCON splits it and sends separate emails per language group. This works fine, but inside the email template there is no variable that tells what language is used for that specific group of recipients.
Why it would be useful:
Allows dynamic content in emails based on recipient language
Makes it easier to build multilingual templates (no need for hardcoding or workarounds)
Expected behavior:
Add a context variable (e.g. RecipientsLanguage) available in email templates/action, returning the language used for that specific email batch.