Hi Florian,
Try setting model with this sentence in your controller:
sap.ui.getCore().setModel(i18nModel,"i18n"); |
And getting model with this sentence in your view:
var i18nModel = sap.ui.getCore().getModel("i18n"); |
Kind regards
Hi Florian,
Try setting model with this sentence in your controller:
sap.ui.getCore().setModel(i18nModel,"i18n"); |
And getting model with this sentence in your view:
var i18nModel = sap.ui.getCore().getModel("i18n"); |
Kind regards