Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save reddemonnet/a6478be05b78d1bb222c8f965870cb70 to your computer and use it in GitHub Desktop.

Select an option

Save reddemonnet/a6478be05b78d1bb222c8f965870cb70 to your computer and use it in GitHub Desktop.
extension String {
var localized: String {
return NSLocalizedString(self, comment: "")
}
}
// Which allows for:
"Hello world".localized
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment