When we changed the language on the fly in iPhone application, some framework did not change its language until we restart application properly such as UIImagePickerController . Is there a way to change the language of those framework without restarting application. if not how we can reload or restart whole application.
Asked
Active
Viewed 449 times
1
-
Have a look at this: https://stackoverflow.com/questions/1669645/how-to-force-nslocalizedstring-to-use-a-specific-language – LGP Feb 21 '18 at 07:39
-
Internal libraries are not localized on language change such as UIKit. Need to restart the app for this. Any thing else that you could suggest? – Umair Ali Feb 21 '18 at 10:39
-
@UmairAli Do you use pods? – Adrian Bobrowski Feb 21 '18 at 22:04
-
Yes, I used pod for third party. – Umair Ali Feb 22 '18 at 05:58