sencha touch i18n basics
How is i18n handled within Sencha touch? (I am talking of localization support for strings, but also of localized components) A more specific question: I have a form that contains a date picker, how do I make sure that the date will be displayed and picked in european format when I access the application using a french android phone? Cheers There isn't an official API for i18n in SenchaTouch, yet. Although in Ext 4 there are localization files for all components in the /locale folder. There is an old tutorial that indicates a way, by dynamically in setting the src attribute of a script tag