Appcelerator Changing Language Programmatically

18. June 2014 Blog 0
Appcelerator follows the Android standard convention for internationalization. Basically you setup a i18n folder and then create folders named with the ISO 639-1 code for the language and put a strings.xml file in each. So basically you end up with a folder structure like this: i18n ...en ......strings.xml ...fr ......strings.xml ...zh ......strings.xml Only problem with ...