This is getting very frustrating. I've localized my iOS app for French and none of the translations are showing up in the app. Localizable.strings, Storyboard.strings, Info.plist.strings -- none of them are working.
I've set the iOS Simulator, Device, and Scheme language to French and still it shows the app in English. The project has Base Internationalization
turned ON. 4 files are localized for "English - Development Language" and 6 files are localized for French. Localized strings files are in UTF-8 format as well.
Not even Xcode is recognizing the localized strings in the Storyboard preview! Take a look at these two photos which exemplify the problem.
Everything is localized! I cannot figure out why the app refuses to display localizations for other languages (note, this is happening with the other languages, not just French).
Another note: I have used Xcode's XLIFF import / export features to handle localizations.... so there shouldn't be any file placement issues. I'll attach a screenshot of the project file structure below anyway:
Anyone know why localizations are not working properly here?