I've added several localization files (for several languages) to a xib. Do I also need to do the same for all other xibs?
Should I just make all of my labels IBOutlets, use NSLocalizedString in the related .m files that will assign values to the labels? Then I wouldn't have to create all of these localization files. At least for the xibs that I can related .m files.