I have such problem:
- I have localized my app for two languages - English and Polish, with English being set as the Base one.
- I set developmentRegion to "en" (also tried "English") in both info.plist and project.pbxproj files.
- My translated texts are contained within localized Main.strings and Localizable.strings files.
So everything should be fine, yet when I set any language other than Polish or English the app does not fall back to the Base (English) one, instead stays on the last used, supported language. (i.e. Polish if I recently changed from Polish to lets say French).
Can anyone help me ?