When I tried to localize NSLocalizedStrings
in Xcode 3.2, it created folders like en_Iproj and in it an .strings file. In Xcode 4.4, when you click add localization
in Project -> Localizations, it simply adds a language to the list and creates a .string file in InfoPlist.strings as a result I see the following:
Question: Is this how it is done in this version of Xcode, or am I doing something wrong?