Servigistics InService Customization > Customizing the Servigistics InService User Interface > Creating External Links > Localization
  
Localization
To add localized external links, create a new external link JSON file with the suffix _<LANGUAGE_CODE>. For example:
<WT_HOME>/codebase.war/delivery/app/externalLinks/externalLink_en_US.json
<WT_HOME>/codebase.war/delivery/app/externalLinks/externalLink_fr.json
The format of the JSON file is the same while the content is translated in the language selected.
"externalLinks": {
"items": {
{
"label":"Le lien en francais",
"url": "http://www.ptc.com/",
"comments": "",
"createdBy": "",
"creationDate": ""
}
}
}