- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2022 04:42 AM
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 !
Solved! Go to Solution.
- Labels:
-
Scoped App Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2022 03:11 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2022 03:11 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2022 10:52 PM
Thank you Alex , those are great examples.