1

I've observed that if I change the device language, and after coming back to home screen, all background processes quit themselves. If I click on a running app icon again, it starts from scratch -- i.e., from application:didFinishLaunchingWithOptions:.

Am I wrong somewhere? What can I do to work around this?

Neelam Verma
  • 3,232
  • 1
  • 22
  • 33
  • 3
    I think that is normal behaviour, apps must be relaunched if the language changes – Felix Apr 11 '12 at 10:19
  • @phix23 : yes got it.. but user will definitely need to see current screen of running app when they come back to home screen. if it is normal behavior .. then its fine. thankQ :) – Neelam Verma Apr 11 '12 at 10:55
  • 1
    rest assured - it IS normal behaviour :) – Rok Jarc Apr 11 '12 at 11:53

1 Answers1

1

I think this is a nothing odd and a default behavior.

You may want to look into this post if you want to make changes right from inside your application, though I am not sure on how good this is, as I have not personally implemented it.

language change only after restart on iphone

Let me know if you need more help.

Hope this helps you.

Community
  • 1
  • 1
Parth Bhatt
  • 19,381
  • 28
  • 133
  • 216