I am using webix with phoneGap ,I want to use localization functionality for this app.through phoneGap predefined method(
function checkLocale() {
navigator.globalization.getLocaleName(
function (locale) {alert('locale: ’ + locale.value + ’
');},
function () {alert('Error getting locale
');}
);
})
i am getting local value but, i have written this function in another js file and calling this function from different js file,when my controller load this local value is coming empty.when its calling change local in webix,its not getting the value and its not change my label based on locale.
Please give some sample for this ,how to use localization in phoneGap with webix.
Hi,
Unfortunately, we don’t have a ready to use example. If you have an active support license, please contact support@webix.com