Language Change

KarenH2
Tera Contributor

Hello.

 

In PlatformUI, there are settings that are managed by language, for example, changes edited in English view will not be displayed in Japanese either.

Is there any way to change the above settings for all languages at once?

If it is not possible, what is the best way to do it?

 

PlatformUIでは言語ごとに管理されている設定があり、例えば英語表示で編集した内容は日本語で表示されません。
上記の設定を全言語一括で変更する方法はありますか?
もしできないのであれば、どのような方法があるのでしょうか?

1件の返信1

Palash_Sarkar
ServiceNow Employee
ServiceNow Employee

Dear Karen,

Thank you for reaching out to us.

The behavior you described aligns with the design principles of Translated Text.

For instance, consider a scenario where you have a Knowledge article translated into multiple languages. If there's a typo in the English version that you fix, you wouldn't want this correction to automatically overwrite all the other translations where that same mistake didn't exist.

Instead, each translated field is treated as an original document in its own right.

If you wish to update all languages with the English value, I recommend the following steps:

1. Navigate to sys_translated_text table.
2. Search for the table/field/documentkey (sys id of the record you want to update).
3. Delete the translated records that you no longer require.

Result:

From now on, any changes made to the English value will be reflected across all languages until the value is modified in a specific language.

For your reference read Everything you ever wanted to know about the 5 translation tables

Best regards,
Palash Sarkar