subjectLabel.text = NSLocalizedString(@"Kind Information", @"Info Label");
or
message.text= NSLocalizedString(@"Something Message",nil);
which is the correct one and what is the difference between these 2 examples?
subjectLabel.text = NSLocalizedString(@"Kind Information", @"Info Label");
or
message.text= NSLocalizedString(@"Something Message",nil);
which is the correct one and what is the difference between these 2 examples?