Question 1: I'm following http://pinkstone.co.uk/how-to-localize-your-project-in-xcode-4-4/ to create localized strings for my hello world project. The localization cannot work, until I changed the file name from Localized.strings to Localizable.strings. Seems only the file "Localizable.strings" is recognized? In my real project, I would like several string files for different modules, what should I do then?
Question 2: Now I'm trying to localize a static library project. I follow the exact steps as above and use Localizable.strings as the file name. The files are added to the library project. However, result is the string not localized at all. Why and how could I fix this?