In my IOS project I must do the localization of NSLocalizedStrings to other languages in all .h and .m files. What is the most correct way to do this in latest Xcode 4.4 (Montain Lion) ?
In my IOS project I must do the localization of NSLocalizedStrings to other languages
Share
Localization is the same on Mac as on iOS. You use NSLocalizedString and translate your .strings files.