label (Field) choices not translated in French Language how to Translate it ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2023 06:14 AM - edited ‎01-17-2023 06:26 AM
label (Field) choices not translated in French Language how to Translate it ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2023 06:37 AM
Hi,
Please refer to documentation on how to translate field labels: https://docs.servicenow.com/en-US/bundle/tokyo-platform-administration/page/administer/localization/...
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2023 06:38 AM - edited ‎01-17-2023 06:45 AM
Hi @prudhviraj1
Field Choices translation are stored in Choice table only 'sys_choice'. You have to create Choice record with same choice value and Language as 'fr' (Assuming French means 'fr') and Choice label as French keyword for that choice name.
Thanks
Anubhav Ritolia
ServiceNow Rising Star 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2023 11:45 AM
Hi Anubhav,
I have translated all the choices and it was visible when the client script is disabled
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2023 11:48 AM
var region = g_form.getValue('please_select_your_payroll_region');
if (region == 'NAM') {
g_form.addOption('u_country', '5c6f6761db55bc1085d59d67b9961930', 'India');
g_form.addOption('u_country', '206f6761db55bc1085d59d67b9961940', 'Canada');