How to translate tabs and string content on a form?

Michael Klim
Tera Contributor

Hi there,

I want to translate an app into another language. It worked out with most fields by just switching the language and changing the label. However, I wasn't able to translate the Tabs and the text in the String field. When I changed the latter in the form designer, it changed the text for both languages.

find_real_file.png

 

I tried to change the tab names in the Translated name/Field table but that didn't work.

find_real_file.png

I would appreciate your thoughts on this.

1 ACCEPTED SOLUTION

Mark Roethof
Tera Patron
Tera Patron

Hi there,

Try to enable the I18N Debugging. This will prefix the strings (also on your tab), for example with MSG, TRT, TRF, etc.. This indicates the table which you could use for translations.

For example:

find_real_file.png

TRF: which stands for Translated Name / Fields. So have a look at System Localization > Translated Name / Fields, add a record there for each section.

For example:

find_real_file.png

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP

---

LinkedIn
Community article list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

View solution in original post

3 REPLIES 3

Ashutosh Munot1
Kilo Patron
Kilo Patron

Hi,

For that string in that field have you added the translation in messages?


Thanks,
Ashutosh

Mark Roethof
Tera Patron
Tera Patron

Hi there,

Try to enable the I18N Debugging. This will prefix the strings (also on your tab), for example with MSG, TRT, TRF, etc.. This indicates the table which you could use for translations.

For example:

find_real_file.png

TRF: which stands for Translated Name / Fields. So have a look at System Localization > Translated Name / Fields, add a record there for each section.

For example:

find_real_file.png

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP

---

LinkedIn
Community article list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Hi, I tried the debugging and my form sections do not have a TRF or anything like that on them.  2 of them are translated and I added another record on sys_ui_action of element caption and my form section name and it did not work.

Any ideas if I need to do this anywhere else?

Thanks,

Stacy

find_real_file.png