Resolved! gs.getmessage in UI script?
I am calling a UI page from a Ui script on the basis of following code. var Dialog = new GlideDialogWindow('MyDialog'); Dialog.setSize(580,550); Dialog.setTitle('${gs.getMessage("Test title")}'); Dialog.render(); But the dialog is...