Hello All,
I want to use a localization Meta-inf at workbench in the irpt page. Is it possible?
I created a bundle files in the root and i use the code below to get the text:
var oBundle = jQuery.sap.resources({url : "/XMII/CM/Test/i18n.properties"}); | |
oBundle.getText("Title"); |
But i want to use meta-inf in the workbench and i get a error if i use this location.
Regards,
Marcelo