I\'m trying to find a manageable way to translate every visible string in an iPhone application. The official apple documentation says to use .strings files for programmatic st
You can localize automatically your nibs without duplicating them following this simple guide:
http://programminghacks.net/2011/06/03/ios-nib-localization-in-localizable-strings/