-
28 Apr 2011 7:27 AM #1
Sencha Touch internationalization
Sencha Touch internationalization
Hi,
I want to know how can I internationalize my Sencha Touch application ?
I test to load dynamically js translation file and it's ok but my views (application is like MVC tutorial) are load before so labels aren't translate.
Example of content :
with labels :Code:{ ui: 'action-round', text: labels.accueilvue_btcommencer, handler: function() { Ext.dispatch({ controller: app.controllers.intervenant, action: 'gotoIdentification', animation: {type:'fade'} }); } },
If I show an alert, label is good.Code:labels = { ... accueilvue_btcommencer : "Démarrer", ... };
Any idea ?
Similar Threads
-
Is Sencha working on native wrappers to package Sencha Touch apps for app stores?
By olin in forum Sencha Touch 1.x: DiscussionReplies: 10Last Post: 20 Jan 2012, 10:10 AM -
[FIXED-598] Getting Started has ext-touch-debug.js instead of sencha-touch-debug.js
By scottpenrose in forum Sencha Touch 1.x: BugsReplies: 2Last Post: 26 Nov 2010, 9:58 AM -
Sencha Touch on iPhone v1 / iPod touch v1 ?
By palnap in forum Sencha Touch 1.x: DiscussionReplies: 4Last Post: 28 Oct 2010, 5:30 PM -
[CLOSED-267] Sencha Touch API docs lacking some "Sencha Platform" content?
By charris in forum Sencha Touch 1.x: BugsReplies: 2Last Post: 9 Sep 2010, 10:24 AM


Reply With Quote