Created
November 8, 2016 09:16
-
-
Save czars/b88f08f0bc5e43598fc91580c697dd22 to your computer and use it in GitHub Desktop.
swift : localized string with parameter
This file contains hidden or 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
let myString = String(format: NSLocalizedString("account.by_user", comment: "any comment"), "Peter","Larry") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment