I\'ve recently upgraded from Xcode 3 to Xcode 4.2, and migrated an existing iOS apps to use this new version. This app is localized, and I now want to add another language.
This way works on Xcode 5.1 also (Greek example):
Resources/el.lproj
folder within Localizable.strings
file in FinderResource
folderResources/el.lproj
folder -> OK.
Greek Localizable.strings
automatically will be added to Localizable.strings
files. You can use the same way to add localization for xib files.