Record producer Question Choice translations not working on Service PortalIssue In this scenario, there were translations for question choice fields that did not seem to be working, despite other elements and the page being translated. Example screenshot below is of a choice field that is not translating the choices to Russian, also note the choices do not have any pre-fixes when debugging: CauseThe reason the fields were not being translated is because they were being set using 'g_form.addOption' in a custom client script. When using client scripts there is no automatic language translation. Whatever you put in the label is what will be display. Example client script of where the method is used below: ResolutionIn order to have the automatic language translation for the field, instead of using a client script to set the label, setting the labels from within the catalog variables and choices must be used instead.Related LinksQuestion Choice Translations at the Translated Names / Fields Table: TRF | Translated Name / Fields [sys_translated] System Localization > Translated Names / Fields Debug Translations