Is it possible to use the localized version of a string directly in the interface builder? Or do I need to obtain a reference to each label etc on the screen and then manually use NSLocalizedString(...);?
Is it possible to use the localized version of a string directly in the
Share
In the Utilities panel, in the File Inspector you will find the Localization section. You can add languages there. For each language, Xcode will create a XIB for that language, so you only have to edit each XIB.