I have two storyboards in my app, and I'm trying to add Turkish language option to both using localizable strings. My main storyboard maps just fine; when I change simulator language to Turkish, it loads the Turkish strings and displays them perfectly. However, my other storyboard still displays in English. I've got everything exactly the same, but one just doesn't work. I've tried deleting the app from simulator and rebuilding, but no avail. Here is how they are set up:
In addition, they both have auto layout enabled, size classes disabled, and they both have my app checked at Target Membership. Everything about them is the same. Why is one localizing but the other doesn't?