Skip to content

Instantly share code, notes, and snippets.

@danielbas
Created September 23, 2017 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielbas/d495193dbc62f08f3e37572ece40f9ae to your computer and use it in GitHub Desktop.
Save danielbas/d495193dbc62f08f3e37572ece40f9ae to your computer and use it in GitHub Desktop.
Typical way to localize a string
titleLabel.text = NSLocalizedString("navigationbar.title", comment: "The navigation bar's title")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment