Artifact configurations
You can configure the required artifacts and use the Localization Framework to fulfill the translation requests.
Any artifact configured in the Localization Framework application has its own record in the artifact configurations [sn_lf_config] table.
With the activation of the Localization Framework Installer plugin (com.glide.localization_framework.installer), a record for Service Catalog item and Natural Language Understanding Model are automatically created and configured in Localization Framework.
A record for the Virtual Agent topic is also created and configured in the framework, since Virtual Agent is automatically enabled with the base system. For more information, see Virtual Agent Lite.
Records for Document Template Block Content and HTML Document Template are created in the artifact configurations [sn_lf_config] table when you activate the Human Resources Scoped App: Lifecycle Events for Enterprise plugin [com.sn_hr_lifecycle_ent]. For more information about activating this plugin, see Activate Lifecycle Events for Enterprise.
You can also create and configure an artifact of your choice and a record for the same is created in the artifact configurations [sn_lf_config] table. For more information, see Create and configure a custom artifact.
- Create and configure a custom artifact
Create and configure custom artifacts of your choice to use the Localization Framework functionality. - Create a processor script
You can create a processor script to include in your custom artifact configuration to extract the translatable content and save the translated content. - Processor script functions
The processor script contains functions that help you extract the translatable content and save the translated content which is included when you configure an artifact. - Create a UI action for the custom artifact
Create a UI action to request translations for the custom artifact. - Read script helper functions for LFDocumentContentBuilder
The LFDocumentContentBuilder provides utility functions to build document content. Use these functions to write the logic to extract the translatable content from any artifacts regardless of them using standard tables or not for translations.
Parent Topic:Configure the Localization Framework