Hi all!
So I have a question: I send reminder emails after a booking, which need to support multiple languages. While the content of the email can be written in various languages (e.g., German and English), the shorthand codes, such as {START-TIME}
and {START-DATE}
, always appear in English because the form’s base language is English.
Example:
DE
Nur eine kleine Erinnerung: Unser Treffen beginnt um {START-TIME} am {START-DATE}.
EN
Just a reminder that our meeting is starting at {START-TIME} on {START-DATE}.
Ideally, I’d like {START-TIME}
and {START-DATE}
to adapt to the language shown (e.g., showing “Dienstag, 15:00” for German and “Tuesday, 15:00” for English).
My Questions:
- Is it possible to configure shorthand codes to adapt to the displayed language?
- If yes, how can I set up the shorthand codes or implement a workaround for this?
Thank you in advance for any guidance or examples you can share!