Hello there,
I'm trying to set the system language of a device with javascript. As you can see in the js documentation, there is already an example script for it. I tried the example but I'm getting following error message:
Custom log (Set locale failed with status code NOT_SUPPORTED)
I used following example script in the js documentation:
https://www.soti.net/mc/help/javascriptapi/en/mobicontrol.intl.Locale.html
var locale = new mobicontrol.intl.Locale("en", "CA");
try {
mobicontrol.intl.setLocale(locale);
mobicontrol.log.info('Locale set.');
} catch (err) {
mobicontrol.log.error('Set locale failed with status code ' + err.statusCode);
}
MobiControl version: 15.5.1.1010
Agent Version: 15.4.2.1025