Doubts about workflow, user notifications and languages

Jamie Sammons, modified 2 Years ago. Regular Member Posts: 141 Join Date: 3/14/17 Recent Posts

Hi,

I want to make a workflow which sent user notifications. I am able to do it, but I don't know how to localize the text of that notifications. I am sending the notifications with freemarker type.

<template>
	<![CDATA[Pending task]>
</template>
<template-language>freemarker</template-language>

This is an example, how can I do that this text ("Pending Task")appears in spanish or english depending the language of each user? I assume that is possible because for instance, blog notifications appears in different languages

Any help would be appreciated

 

Thanks in advance,