I am using interface Builder to build a set of XIBs.
I can change the language programatically by reseting the NSUSerDefaults. If I then exit the program and restart it, the correct language xib is used.
But how can I reset all the views to the new language without restarting the app or alternatively how can I programatically restart the app.