translate choice fields with choices
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi ,
I have a choice field which I want to translate to Norwegian....
choice field name is Third party name......I want to translate it to norwegian it has choices like CHA , CHB, CHC ..
But when I create a record with below details in " sys_translated " table it won't work in the table...
but it's not showing up translated on the portal...
can you please help me on this.
thanks!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi @tushar_ghadage ,
To translate a choice field, such as Third Party Name, into Norwegian, it's essential to correctly configure the translations in the sys_choice table....
Follow below steps:
Access the Choice List:
Navigate to System Definition > Choice Lists....Locate the field you wish to translate...Add Translations for Each Choice...
For each choice value (e.g., CHA, CHB, CHC): Create new record...
Set the Table to.. table_name
Set the Element to party_name.
Set the Language to nb (Norwegian).
Set the Value to the choice value (e.g., CHA).
Set the Label to the Norwegian translation (e.g., "CHA" translated).Save the record.....
Verify Translations:
Ensure that the translations appear correctly in the Service Portal by switching the portal language to Norwegian...
If you found my response helpful, please mark it as ‘Accept as Solution’ and ‘Helpful’. This helps other community members find the right answer more easily and supports the community.
Kaushal Kumar Jha - ServiceNow Consultant - Lets connect on Linkedin: https://www.linkedin.com/in/kaushalkrjha/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago - last edited 4 weeks ago
along with that just one choice of the choice field is want to need to do.
so I have created a record in sys_choice for just one choice I want to translate but it's not reflecting back on the portal.
or so i need to translate the choice field name too for the same sys_choice....too with the same details ?
thanks