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
I always set all strings needed in the viewDidLoad() method with only having placeholders in the .xib. This way I can localize any .xib easily with only updating .string files