NSLog(@"Feature: %@, Cost: %f, ID: %@",[product localizedTitle], [[product price] doubleValue], [product productIdentifier]);
How to internationalize above statement with the following code:
NSLocalizedString(@"Feature", @""); NSLocalizedString(@"Cost", @"");
Its Urgent!