In ExtJS3.4 we used the Ext.OnReady to kick off an ajax call, which returned all the localization data, and other stuff, before initializing the ViewPort. In Sencha Architect 3.2 there is a 'launch' hook to call custom code, but it does not have a way to defer the initialization until an ajax call has completed.

It is important for the application to ensure the strings are loaded.

Can anyone suggest a way to achieve this in Sencha Architect 3.2 + ExtJS5.1?


thanks,