Home
Portfolio
Code Library
back to list
Force the simulator to use a specific language when performing a test run of your app.
You can override the i18n 639-1 locale code so you can test your international apps.
Appcelerator Alloy
Insert the desired line below into the alloy.js file.
//ENGLISH Ti.Locale.setLanguage("en"); //SPANISH Ti.Locale.setLanguage("es");
Posted by fbrefere001 on Thursday May 7, 2015