Translate Contact/Account Labels

Hello Community,

I have to replace the OOB translation of the Account and Contact Labels (only these two labels) for the italian language.

Which are the correct keys i have to involve in order for a correct update ? For Example which is the correct key for the updating of the Account and Contact Section Labels ?

Sasori

Like 0

Like

4 comments
Best reply

Hi Sasori,

Good day,

The section names are data from the SysModule table, so the key should be Data:SysModule.Caption: + the Id of the record. For easier searching, you can use the following filter in Translations section:



Keycontains%Data%Caption

AND

Language0=Accounts

 

To find the Id, open the section wizard, and the Id will be in the URL. For example, for this section, the code will be: Data:SysModule.Caption:065063c9-8180-e011-afbc-00155d04320c

Thank you for your inquiry.

Hi Community,

Any update regarding the topic ?

Sasori

Hi Community,

Any update regarding the topic ?

Thank you

Sasori

Hi Sasori,

Good day,

The section names are data from the SysModule table, so the key should be Data:SysModule.Caption: + the Id of the record. For easier searching, you can use the following filter in Translations section:



Keycontains%Data%Caption

AND

Language0=Accounts

 

To find the Id, open the section wizard, and the Id will be in the URL. For example, for this section, the code will be: Data:SysModule.Caption:065063c9-8180-e011-afbc-00155d04320c

Thank you for your inquiry.

Thanks a lot for this explanation Pavlo!

Show all comments