What is the *comment parameter in:
*comment
NSString *NSLocalizedString(NSString *key, NSString *comment)
If I do this:
It's for just developer understanding on the translation, that is you are giving a key to get corresponding string from the corresponding strings file.
The comment parameter enables developer to understand what the key represents...