Translation for a form annotation using gs.getMessage not working in workspacesIssue The customer is unable to translate an annotation in the Service Operation Workspace using ${gs.getMessage("Message key text")}. The translation works fine in the backend view but not in the workspace. The customer followed the instructions from the article: https://www.servicenow.com/docs/bundle/xanadu-platform-administration/page/administer/form-administration/concept/c_FormAnnotation.htmlSymptomsThe annotation is displayed as plain text "${gs.getMessage("Message key text")}" on the workspace form.ReleaseXanaduCauseknown problem:PRB1759719 Annotation message not working in workspaces for CIM record Fixed in Xanadu releaseResolutionPopulate the annotation with the English plain text and then create a translation for the text in the sys_ui_message table for all languages that you need to support. The annotation text will be translated automatically when viewing the form in workspace and a non-English language is selected.