I need localization to be independent of device (iPad) setting.
Is it possible to switch between localized storyboard in code. I found out how to change the NSUserDefaults or create new NSBundle so I can get the correct localized strings. But what if I have lokalized storyboards how should I handle that?
thanks for any suggestions