I have created a XIB file which I am loading programmatically using initWithNibName. It contains an UILabel and UITextField. Via IB I have created the necessary strings files (German, English):
HelpView0.xib HelpView0.xib (base) HelpView0.strings (English) HelpView0.strings (German)
I am using base localization (development language: English). Issue: When I run the app it always pulls English texts, although the device language is German (same issue in Simulator).
Generally, my storyboard localization using strings file works well. I have tried deleting the app and emptying caches, without success. Does anyone have an idea what could be the problem?