Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Eeyore741/6fe362353f085523c788be2ce58b6134 to your computer and use it in GitHub Desktop.
Save Eeyore741/6fe362353f085523c788be2ce58b6134 to your computer and use it in GitHub Desktop.
int count = 0;
NSString *johnsPineapplesCount = nil;
johnsPineapplesCount = NSLocalizedString(@"johns pineapples count", nil);
johnsPineapplesCount = [NSString localizedStringWithFormat:johnsPineapplesCount, count];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment