Skip to content

Instantly share code, notes, and snippets.

@foxicode
Created February 22, 2020 10:05
Show Gist options
  • Save foxicode/0cca4c4e689ab85291f18dd407d1b99c to your computer and use it in GitHub Desktop.
Save foxicode/0cca4c4e689ab85291f18dd407d1b99c to your computer and use it in GitHub Desktop.
Localized string Swift extension
import Foundation
extension String {
var localized: String {
NSLocalizedString(self, comment: "")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment