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
monkeykingmonkeyking 

Visualforce Email template for Multiple Languages

Hello All,

We are using Visualforce email template in our org. Now the email template is working only for English language. We have expanded it to French and Canada. 
The body of the email is successfully translated.
The problem is with subject line of the email. It is always coming in English. Do you guys have any idea how to display the subject line of the email in different languages?

Please find our code below,
<messaging:emailTemplate relatedToType="Case" language="{!relatedTo.AV_Language__c}" subject="{!$Label.GetFeedback_subject}">

We have enable Translation workbench for the label used in the code.

Please let me know how to change the subject for different languages.

Thank you.