Translating list right click choices

Afnan Alkhamis
Tera Guru

Hello Folks,

 

I want to translate the choices below like "Show Matching", "Filter Out" etc. I tried to add the words in sys_ui_message table and that didn't work.

 

AfnanAlkhamis_0-1700548129920.png

 

4 REPLIES 4

Musab Rasheed
Tera Sage
Tera Sage

Hello,

Open the translation debugger to identify which table you need to insert values in. Check this article below.

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

Please hit like and mark my response as correct if that helps
Regards,
Musab

I tried that no labels appeared next to them

Try like this, it should work,

MusabRasheed_0-1700551517991.png

 

Please hit like and mark my response as correct if that helps
Regards,
Musab

Vasu ch
Kilo Sage

Hi @Afnan Alkhamis 

You may need to configure the records in translated name/fields [sys_translated] table. Go to the sys_translated table and filter the records such that table = sys_ui_context_menu

There you can find the menu items like show matching.