internationalization of an iPhone Application
I am new to iPhone App development (I am using XCode 4.2) and I was wondering if there is a way to translate all the strings , caption etc ... internally without having to translate them one by one . an idea I have in mind is to use NSUserDefaults to save the language as a global variable and translate everything accordingly another option is to make a look up table (is it even possible in Objective-C ?) Thanks You can use NSLocalizedString(@"<#key#>", @"<#comment#>") and one file (named Localizable.strings( per language. If you use the above function you can use the App Linguan (available on