It would be great to change the language programatically within the app but if you are using localizable strings etc to determine language then it isn't going to be possible. That system works on NSLocale which is set in the device settings and you cannot change it.
The only way to achieve this would be to write your own classes for the localization.
|