Skip to content

Instantly share code, notes, and snippets.

@czars
Created November 8, 2016 09:16
Show Gist options
  • Save czars/b88f08f0bc5e43598fc91580c697dd22 to your computer and use it in GitHub Desktop.
Save czars/b88f08f0bc5e43598fc91580c697dd22 to your computer and use it in GitHub Desktop.
swift : localized string with parameter
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