sekaijin
2 Dec 2011, 6:15 AM
HI
How to translate an MVC application?
I tried to download the file "ext-lang-fr.js" after "ext-debug.js"
But an exception is thrown because Ext.view is not defined.
in effent Ext.Loader support component after.
I tried on onReady but again fails the assessment for the same reason.
I tried the method "launch" of the application without success
The problem is that if I support the local after the launch of my application, the "view" components are defined, but the view is created in English.
If I load the local before the launch of the application view is not yet defined but component not
how to load the components in the language of the user.
I tried to use ext-all-debug instead of ext-debug since all components are well defined before loading the local and launch the application.
but then MVC does not work.
A + JYT
How to translate an MVC application?
I tried to download the file "ext-lang-fr.js" after "ext-debug.js"
But an exception is thrown because Ext.view is not defined.
in effent Ext.Loader support component after.
I tried on onReady but again fails the assessment for the same reason.
I tried the method "launch" of the application without success
The problem is that if I support the local after the launch of my application, the "view" components are defined, but the view is created in English.
If I load the local before the launch of the application view is not yet defined but component not
how to load the components in the language of the user.
I tried to use ext-all-debug instead of ext-debug since all components are well defined before loading the local and launch the application.
but then MVC does not work.
A + JYT