label (Field) choices not translated in French Language how to Translate it ?

prudhviraj1
Tera Guru

label (Field) choices not translated in French Language how to Translate it ?

5 REPLIES 5

Allen Andreas
Administrator
Administrator

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!

AnubhavRitolia
Mega Sage
Mega Sage

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.

 

AnubhavRitolia_0-1673966733941.png

 

 

 

Please mark this as correct answer and helpful if it resolved, or mark this helpful if this help you to reach towards solution.

Thanks
Anubhav Ritolia
ServiceNow Rising Star 2023

Hi Anubhav,

I have translated all the choices and it was visible when the client script is disabled 

 

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');