↧
Overwritung of L() doesn't work in SDK 3.5.0.RC
Hi folks, in my project I overwrite the L-Function in app.js: // app.js: var L = function(key) { return require('L')(key); }; In L.js:module.exports = function(key) { var Model = new...
View ArticleTi.Locale not working after changing simulator language (I HOPE this works on...
Hi, I set the iPhone simulator language to spanish and italian (I eventually verified the change), but, when I test my app, the following code always detects english/american language:...
View Article