How to Translate Record on Table ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2024 12:57 PM
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?
- Labels:
-
Human Resources Service Delivery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2024 01:28 PM
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