localization - ios i want localize by stringWithFormat -
i want localize stringwithformat this: nsstring *string = [nsstring stringwithformat:@"login %d in",2013]; uialertview *alertview = [[uialertview alloc] initwithtitle:nslocalizedstring(@string, nil) message:@"message" delegate:nil cancelbuttontitle:nil otherbuttontitles:@"sure", nil]; [alertview show]; also write in localizable.string: "login %d in" = "login %d in"; and doesn't work.can me?thank... you have localize format string itself. doing else doesn't make sense because string can practically when it's formatted (that's purpose of format strings, after all). out of curiosity, haven't seen things like "%d seconds remaining" = "%d secondes restants"; "hello...