How to do language translation for choices in the catalog items?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2022 04:19 AM
How to translate the choice fields in the catalog item, I want to translate choices into the Brazil language.
could you please anyone help me to achieve this.
Labels:
- Labels:
-
Service Catalog
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2022 04:28 AM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2022 04:32 AM
Try the below approach
1.) Go to Translated Name/Fields (sys_translated) table
2.) Create a record with the below details
- Table: name of the table this translation applies to (Give choice table i.e sys_choice)
- Element: Name of the field this translation applies to (Give label as a value)
- Label (translate): translated text that users see on forms and lists.
- Language: two-character ISO language code for this translated text.
- Value: English value that causes this translated text to be displayed.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2022 05:51 AM
Hello Kumar,
I have tried same , but some times for other catalogs its not working.