function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Raghvendra Singh 22Raghvendra Singh 22 

Visualforce email template with multiple language

Hi All,

how to achieve Visualforce email template with multiple language.

Thanks,
Raghu
sowmya_umeshsowmya_umesh
Hello Raghvendra,

This feature is not present for now. Please refer the below link, its already posted in the Ideas Forum. you can vote the idea. - https://success.salesforce.com/ideaView?id=08730000000BqWPAA0

Work around -
 You need to create email template for each language
 
sowmya_umeshsowmya_umesh
You can also try this below, if you are trying in VFtemplate
<messaging:emailTemplate subject="Your subject" recipientType="User" relatedToType="Case" language="{!relatedTo.Contact.Supported_Language__c}">