getCustomMessage
Returns a custom message from the message manager. It replaces possibly passed parameters in the message. The target language can also be set.
Example Usages
let msg = brixxApi.getCustomMessage("messageName", {"param1": "text1", "param2": "text2"}, "en-Us");
brixxApi.setFieldValue("controlId", msg);
Last updated