I have a tabbar Controller . which have 5 Tabs in that one is SETTINGS .here the user can change the language of the app, when the user selects the language from settings view, i am using another tabbar controller to reload the views (already 1st tabar is loaded with default language) with the selected language content . is there any other way to change the language of the app instead of using the second tabbar controller
Thanks in advance
I agree with Jesper—you should follow the phone’s language settings instead of making your own setting—but if for some reason you really want to put the language in your own settings, I would do one of the following:
viewWillAppear:method of the View Controllers to check if the language has been changed, and then redo the content in the right language if it has.