Service Catalog and Catalog Item translation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2016 07:20 AM
Can
items in the Service Catalog be made multi-language so that the same item
appears in the users language?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2016 07:32 AM
You need to have some plugins to be enabled, which will help you to translated the Out of box things.
I18N: Internationalization
I18N: Internationalization Translation helper
I18N: Knowledge Management Internationalization Plugin v2
I18N: German Translations (This plugin can be of your own wish in which language you want to translate)
For translating the Customised messages and texts you need to use Messages Table <sys_ui_message> and gs.Get Message(); functions.
Messages table can be accessed by System UI --> Messages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2016 07:49 AM
Once you have installed the I18N plugin, if you want to, for example, provide a french name for Apple iPad 3 you would go to System Localization > Translated Text and create a new record as shown below:
When users set their language to French, then the catalog item will use the value you set (throughout the catalog and shopping cart).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2016 07:59 AM
Hi Roger,
This might be helpful:
Language Internationalization - ServiceNow Wiki
Thanks,
Deepak.
PS: Hit like, Helpful or Correct depending on the impact of the response.