iphone - Prevent Restart of IOS application after Language change -


i know can change language in runtime setting value "applelanguages" in user defaults. can suggest me how achieve following:

app running->press home button -> change language in settings -> springboard reload -> double click home button -> take app original state changed language, instead of restarting it. possible ?

no can't. once springboard reloaded, running apps killed.

update: @mike's hint, ios 6 introduced new feature called state preservation , restoration. read links more information. app has write handlers preservation , restoration process in order use feature, , feature not guaranteed have app restored, noted in page (e.g. data model not preserved).


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -