Skip to content

Instantly share code, notes, and snippets.

@swilliams
Created May 24, 2016 21:56
Show Gist options
  • Star 15 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save swilliams/099405b597bd17e3515f2574f2a6dc39 to your computer and use it in GitHub Desktop.
Save swilliams/099405b597bd17e3515f2574f2a6dc39 to your computer and use it in GitHub Desktop.
extension String {
var localized: String {
return NSLocalizedString(self, comment: "")
}
}
// Which allows for:
"Hello world".localized
@josecostamartins
Copy link

Thank you very much for your time and your knowledge!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment