Localization Framework Processor script

Mark Todorov
Tera Contributor

Hi all,

we are planning on translating a scoped app in a different  language using the Localization Framework module. 

Plugins are all set and all is clear regarding artifact configuration and settings. My request here is connected with the processor script that needs to be created for the app. Documentation is stating that getTranslatedContent and saveTranslatedContent functions should be used to extract the content for LF to consume containing the table name , sys id and language.  

Please throw a little bit more light over how best to achieve the expected result with the script include if you have already created such for a different than the OOB supported apps.

Thank you !

1 ACCEPTED SOLUTION

Alex Coope - SN
ServiceNow Employee
ServiceNow Employee

@Mark Todorov,

Great question, so I've actually talked about this in a few of my blogs to explain exactly how you do that,

Here's a little prototype I made for Surveys & Assessments (medium), and another for Portal Announcements (easy), and a super complex one for a full Service Portal (very complex),

If you're curious more about the topic of Localization, we have a dedicated Localization forum here on community available here,

Many thanks,
Kind regards

--------------------------------------------------------------------
Director of Globalization Deployment, Internationalization

View solution in original post

2 REPLIES 2

Alex Coope - SN
ServiceNow Employee
ServiceNow Employee

@Mark Todorov,

Great question, so I've actually talked about this in a few of my blogs to explain exactly how you do that,

Here's a little prototype I made for Surveys & Assessments (medium), and another for Portal Announcements (easy), and a super complex one for a full Service Portal (very complex),

If you're curious more about the topic of Localization, we have a dedicated Localization forum here on community available here,

Many thanks,
Kind regards

--------------------------------------------------------------------
Director of Globalization Deployment, Internationalization

Thank you Alex , those are great examples.