Hi I\'m very much stuck on the process of localization on iOS.
Here\'s what I do understand:
For localization, you need to do:
NSLocalizedString(yourKey, nil);
or
[[NSBundle mainBundle] localizedStringForKey:(yourKey) value:@"" table:nil]
For getting the localized string of passed key.
Tutorials: