Custom email templates in multiple languages

Hi @ParadimeWeb.

Here is how you can set a template dynamically:

To know the language of the current user, you can use this code in the .NET code behind:
Request.Form["WFGEN_LANG"].

Hope this helps,
Eddy.