I wanted to know if anybody had any ideas on how to localize an Ext.DataView with Ext.locale.Manager?
This would be useful for certain labels within an XTemplate within a DataView.
I had thought of just overriding the "prepareData" function for each DataView and then passing in the labels I needed, but that seems rather long winded.
any news regarding localization from a locale file ? Thinking to a runtime localization from locale files and your implementation could be a solution to my qt-extjs based app.
Great plugin to enable localization in to your app but I have few issues with this plugin. when I build my app into testing, the whole code merges in one file then in the override classes I get error when I tried to get locales.html or locales.text property because in the locales variable I got null value. The same thing work fine in normal mode so what should I do so that this plugin can work properly in testing or production mode.
And when should we have the loadScriptTag functionality enabled, any updates ?
is this component still supported? I noticed an interesting issue: The MVC example only works when sencha-touch-all-debug.js or sencha-touch-all.js is used (st v 2.0.0 commercial was used for the test). When the other sencha-touch libs are used, Ext.ComponentQuery does not return all components (save/cancel buttons in the lower left corner and the datepicker).
no i am running it in my local Safari instance. Path in app.json: "path": "../../st200com/sencha-touch-debug.js"
This displays everything except the 2 buttons in the lower left corner (red/green). Additionally when switching languages, the json file can not be loaded. Is this a same-domain problem? Chrome spits out a message that indicates that local files can't be loaded. Safari seems to allow it when in Dev mode.
Originally Posted by mitchellsimoens
It works for me and app.json is using sencha-touch.js. Are you running it off a web server?