Threaded View
-
3 Oct 2012 8:38 AM #1
Answered: [solved]Nav view back button translation
Answered: [solved]Nav view back button translation
Should we translate ext-lang-en.js ? Is there a way to use this file in our native language (Back button for example)
-
Best Answer Posted by ingo.hefti
how about this
for the config of the navigation view?Code:config: { title: 'Home', iconCls: 'home', defaultBackButtonText: 'Retour' }


Reply With Quote