Hello,
I would like to translate the salutation name/title within an email template for Contact.
I have tried these, but they don't work.
In effect, I would like to have something like:
Where "Mr." would be translated to the language I specify.
Does anyone have any idea how to achieve this?
Thanks.
I would like to translate the salutation name/title within an email template for Contact.
I have tried these, but they don't work.
Code:
{{translate Person.salutationName field='salutationName' scope='Contact' language='en_UK'}} {{translateOption Person.salutationName field='salutationName' scope='Contact' language='en_UK'}}
Hello Mr. John Smith
Does anyone have any idea how to achieve this?
Thanks.
Comment