We are developing CRM solutions, and we are trying to include localized email templates in the solution.
I have created email template in unmanaged solution, exported and unpackaged the unmanaged solution and then got the following files.
However this is only for English(1033) locale. We are also trying to include the same email template but localized version for other locales(just like how data.xml works), so that only 1 version of the template will be picked when importing the solution depending on the target org's locale.
I'm not sure what are the required steps:
1. Do we need the same folder(with same GUID as name but localized xsl files) to be put into other locales folders? (e.g. EmailDocuments/1034/{a51af552-8b3.....} folder)
2. Do we need to add <emailtemplate> entries in the same EmalTemplates.xml file?(same <templateid> but different <languagecode> and localized <title> and <description>?)