I actually need to translate the words 'Attach files' and 'Attach any documents relating to your request' within this code. This script is a UI Page that I add to Record Producers for adding attachments to Incidents. I just don't know where to begin to do this. Well, other than var lang = gs.getSession().getLanguage();



<?xml version="1.0" encoding="utf-8" ?>


<j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null">


<p style="padding-left:13px; padding-top:10px;"><a onclick="saveCatAttachment(gel('sysparm_item_guid').value, 'incident')">




    <b>Attach files</b> <img width="16" height="16" border="0" src="images/icons/attachment.gifx" title="Attach any documents relating to your request"></img></a></p>


</j:jelly>