I am localizing an application for iOS. I want to know how to handle the setting change WHEN the app is running.
I.e:
- I have english selected as language, and start my app.
- The user go over to settings and change language to Russian on the phone.
- The user goes back to my app.
What do I need to do? Is there any notification that I can listen to or anything? Or will all apps just get restarted when there is such change?
Thanks.
EDIT: As it seems as if the app gets restarted. As I wrote in my comment below:
"But is it a hard reboot and app delegate init again, always? Is it like this on all iOS-versions? etc?"
Can I assume and be sure that there's nothing left of my last instance of the app?