Hi Marcelo,
Wherever you want to get the Localization key, You can use as Rohit mentioned {##Key}
If you want to set UI5Objects Title.
You can use Java Script Methods and set like this.
ChartObj.getChartObject().setTitle("{##Key}");
Pls Try it.
Regards,
Sriram