I\'m trying to add a localization. I\'ve read all those localization/internationalization guides from Apple and raywenderlich.com. I\'ve marked all my code with NSLocalizedStrin
You need to first add your localizations to your project. Click on the project file, ensure that the project, not the target, is selected in the middle pane and then choose the "Info" screen. There's a area called "Localizations" where you can add languages. You should then be able to localize your resources.