- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2023 01:07 AM
How can I translate this to a different language, i tried to use 'sys_ui_message' table but I had no luck.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2023 04:49 AM
Hello @Alon Grod
Greetings!
the title of request items/incidents are stored in sys_translated_text table.
create a new record in that table (document will be sys id of the record).
to know where the translation of each record belongs, enable language debugging
refer:
Please hit the thumb and Mark as correct based on Impact!!
Kind Regards,
Ravi Chandra.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2023 04:49 AM
Hello @Alon Grod
Greetings!
the title of request items/incidents are stored in sys_translated_text table.
create a new record in that table (document will be sys id of the record).
to know where the translation of each record belongs, enable language debugging
refer:
Please hit the thumb and Mark as correct based on Impact!!
Kind Regards,
Ravi Chandra.