How can we implement dynamic translations in ServiceNow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2025 04:10 AM
How can we implement dynamic translations in ServiceNow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2025 04:13 AM
Hi @Ria
You can refer to Now Create and download the dynamic interaction deck, where you’ll get the end-to-end process. I am doing the same for my customer, and it can now be created—it’s best to go ahead
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2025 04:27 AM
- 1. Install the Dynamic Translation Plugin:
- Navigate to System Applications > Studio > Plugins.
- Search for and install the Dynamic Translation plugin (com.glide.dynamic_translation). This plugin also has dependencies on Flow Designer and Integration Hub, which will be enabled if not already.
- Navigate to System Applications > Studio > Plugins.
- 2. Configure a Translation Provider:
- Dynamic Translation relies on external cloud-based machine translation services.
- Create an account with a supported service like Microsoft Azure or IBM Watson.
- Obtain the necessary API key and API URL from your chosen provider.
- Go to System Translation > Providers to add your new provider, inputting the details you obtained.
- Dynamic Translation relies on external cloud-based machine translation services.
- 3. Set Up Language Pairs:
- Go to System Translation > Language Pairs.
- Select the languages that you want to be supported for translation, for example, English to French.
- Ensure you associate the correct translation provider you configured in the previous step with each language pair.
- Go to System Translation > Language Pairs.
- 4. Enable Dynamic Translation on Fields:
- Locate the desired form field or table.
- Go to its Dictionary Entry by right-clicking the field and selecting Configure Dictionary.
- In the Attributes tab, add dynamic_translation_enabled=true and save the entry.
- Locate the desired form field or table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2025 04:40 AM
did you check docs for this?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
So, just to be dumb here, a shop wanting to use the Microsoft connector would need to have this in use ? Pricing - Azure Translator in Foundry Tools | Microsoft Azure
thanks