Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

How to Translate Record on Table ?

ELMAHDI
Tera Expert

Hello community, 

 

I have records on the table and I want to translate them to French based on reference in my record producer  

There's a table for Leave type, when I did navigate to it I tried to see if there's somehow I can translate those records I didn't find anything. 

I don't want to rush into adding new filed and do some Scripting. 

There's some prop solution to this situation?

 

Capture d’écran 2024-10-19 à 20.54.23.png

1 REPLY 1

Ravi Chandra_K
Kilo Patron

Hello @ELMAHDI 

enable debug language (https://www.servicenow.com/community/developer-articles/debugging-language-translations-in-serviceno...)

and check which translation table those values belong to.

 

If it's not a choice table, Its probably sys_translated table 

 

Once you add the translation for french (the translation code is "fr") in that Table, you can see the translation in the form.

 

Please mark the answer as helpful and correct if helped.

Kind Regards,

Ravi Chandra