I am working on an IEC development that generates an output XSD, which is consumed by an ION Workflow to trigger email notifications.
Currently, the email subject and content are sent in English. The requirement is to send them in Spanish, and in the future, extend the setup to support multiple languages.
Could anyone suggest the best approach to achieve this in ION Workflow? For example:
- Can we configure multilingual templates for email notifications?
- Is there a way to dynamically switch subject/content language based on parameters or user preferences?
- Are there recommended best practices for handling multilingual notifications in ION?