Supporting Multiple Languages in Email Templates

try this to filter on the country embeded in the body of the email

#if(${newState} == “Active” && ${identity.country} == “Finland”)
body
#elseif(${newState} == “Active” && ${identity.country} == “Netherlands”)
body
#end

we have a different template for each of the nordic countries and this is how we resolved the problem