This is a demo app with a workaround to fix bug Ti.Locale.setLanguage()
in TiSDK 7.5.x TIMOB-13966
before build app copy the i18n files in app assets folder and parse to parse it in on run
- copy plugin extract_i18n
- copy CommonJS module language_manager.js
- Add in Alloy.js
require("language_manager").init();
require("language_manager").setLanguage("en");