PDA

View Full Version : Localization Sencha Touch 2 application



m@rcello
2 May 2012, 8:25 AM
Hi,

how I can create a Sencha Touch 2 application with multi language support using Sencha Touch Architect? I want create a native iOS application with automatic setting correct language based on iOS settings. For a touch enabled application I want a controller to switch the language.
Thanks!

SunboX
2 May 2012, 11:33 AM
You could take a look at Ext JS 4 and Sencha Touch 2 locale manager by mitchell simoens (https://github.com/mitchellsimoens):

https://github.com/mitchellsimoens/Ux.locale.Manager

greetings Sunny

m@rcello
2 May 2012, 12:14 PM
Thank you Sunny!