NSLocalizedString with format

前端 未结 4 648
粉色の甜心
粉色の甜心 2020-12-09 15:01

How would I use NSLocalizedString for this string:

[NSString stringWithFormat:@\"Is “%@“ still correct for “%@“ tap “OK“ otherwise tap “Change“          


        
4条回答
  •  天命终不由人
    2020-12-09 15:13

    [NSString stringWithFormat:NSLocalizedString(@"Is “%@“ still correct for “%@“ tap “OK“ otherwise tap “Change“ to choose new contact details", @"Query if parm 1 is still correct for parm 2"), individual.contactInfo, individual.name];
    

提交回复
热议问题