I work with multi language app, i want to change language manually in profile user.
I already have Localization.string
And if i change device language, langu
You can't restart the app after language selection as the apple doesn't allows this.Instead, one thing you can do is modify the localization solution you have implemented to change app language without restarting it.
Follow this link for more details: manual language selection in an iOS-App (iPhone and iPad)