Created
July 4, 2018 14:23
-
-
Save Eeyore741/6fe362353f085523c788be2ce58b6134 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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