- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2022 11:16 PM
How to translate variable questions specific to a Record producer. (say 'Leave type' variable which is common in many record producers ). When I added translation to this this variable, the change is affecting to all other same leave type variables in different record producers. Any suggestions on how to do translation for a specific RP??
Solved! Go to Solution.
- Labels:
-
HR Service Delivery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2022 11:25 PM
Hi Siri,
Localization (technically this is not translation), is a global function; if you localize the string "XYZ" in a given language, than any label that has "XYZ" will show the localization in the selected language. You cannot selectively decide to localize labels in one place and not another except by making the labels different. There may be a way in client script to temporarily set the user's language to the system language, but I wouldn't recommend it.
However, Please check my correct answer here:https://community.servicenow.com/community?id=community_question&sys_id=d04f65e3dbbd7cd4fb115583ca96...
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2022 11:25 PM
Hi Siri,
Localization (technically this is not translation), is a global function; if you localize the string "XYZ" in a given language, than any label that has "XYZ" will show the localization in the selected language. You cannot selectively decide to localize labels in one place and not another except by making the labels different. There may be a way in client script to temporarily set the user's language to the system language, but I wouldn't recommend it.
However, Please check my correct answer here:https://community.servicenow.com/community?id=community_question&sys_id=d04f65e3dbbd7cd4fb115583ca96...
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 07:33 PM
Hi Siri,
Any update to this ?Any follow-up required? if not
Kindly mark the answer as Correct & Helpful both such that others can get help.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2022 10:37 PM
Hi Siri,
Any update to this ?Any follow-up required? if not
Kindly mark the answer as Correct & Helpful both such that others can get help.
Thanks,
Sandeep

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 04:25 PM
Hi Siri,
Some translations are specific to records (e.g., name of record producer), but variables are not. Those translations are in the sys_translated table, and they are specific to which table the translation is associated with (i.e., variables). This is normally considered a benefit and less manual translation/validation needed, if you translate once and use consistent naming, no need to repeat. However, if you want "leave type" to be translated differently in one record producer than the others, I would recommend slightly changing the wording so it has a different value (e.g., "Leave type" and "Type of leave).