Email Notifications via script: how to translate?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 01:02 PM
We have a notification that uses a mail script which in turn refers to a Script include. We are looking to have the header translated to a different language:
The header is populated in a script include using this snippet:
sectionHTML += "<p><b>" + display_name + " entries still pending approvals.</b></p>";
sectionHTML += "<style>th{height: 15px; text-align: center; vertical-align: middle;font-size:100%;}</style>";
sectionHTML += "<style>td{height: 10px; text-align: center; vertical-align: middle;font-size:85%;}</style>";
sectionHTML += "<p><table border='1' cellpadding='5' width= '100%'><tr><th style='width:10%'><b>Ticket</b></th><th style='width:50%'><b>Summary</b></th><th style='width:20%'><b>Date Submitted for Approval</b></th><th style='width:10%'><b>Priority</b></th><th style='width:10%'><b>Link</b></th></tr>";
How do we get the header translated in this snippet?
0 REPLIES 0