In my app, the user can push on parameter button on a toolbar who open a modal viewcontroller. He change the language, save and dismiss this viewcontroller. When he return in previous viewcontroller all label, imageview, ect... have change (here how do that, see Mauro Delrio) answer but not the navigation backbutton title. I begin to believe it's not possible to change the title of this button because it is initialized in the viewcontroller still before.
Is there anybody who respond at this problem ?
Thanks