Dynamic Translation
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2024 07:26 AM
Hi, I had a query-"where do the logs for Dynamic translation get saved in ServiceNow instance? We are using "Microsoft Translator" for Dynamic translation. Currently we are using client credentials for connection.
1 REPLY 1
Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2024 09:24 PM
Hi @Kaveri Bhatt .,
ServiceNow stores translation information in these tables.
- Languages [sys_language]
- Translated Name / Field [sys_translated]
- Messages [sys_ui_message]
- Field label [sys_documentation]
- Choice [sys_choice]
- Translated Text [sys_translated_text]
To see which table contains a specific translated label, enable the display of translation prefixes. For more information, see Debug translations.
Note: The Languages table is available only after at least one I18N:Internationalization plugin has been activated.