How to change the preferred language of an iPhone app in iOS 4

后端 未结 2 496
醉话见心
醉话见心 2021-01-15 10:23

Changing the language of an iPhone app has been discussed many times, but I\'m stuck with this one: The provided solutions require the app to be restarted to make the change

2条回答
  •  终归单人心
    2021-01-15 10:56

    Take a look at Apple's sample code project AppPrefs. It shows how to handle changes made in the Settings app when bringing your app back to the foreground. The sample code handles settings specific to the app, but could also be used for 'system-wide' setting changes. Hope this helps.

提交回复
热议问题