Hello all.
I tried to do on this way : sap.ui.getCore().byId('teste').setLabel("{##teste}") but not works.
I created a bundle file on root project with this code and works fine.
var oBundle = jQuery.sap.resources({url : "/XMII/CM/projectTeste/i18n.properties",locale: lang });
|
Thanks