Skip to content

Instantly share code, notes, and snippets.

@migueltg
Last active July 10, 2017 13:13
Show Gist options
  • Save migueltg/33bdc4b75925bdef009bc073304f11a8 to your computer and use it in GitHub Desktop.
Save migueltg/33bdc4b75925bdef009bc073304f11a8 to your computer and use it in GitHub Desktop.
Function for get locales from .strings in Xcode
func localized(_ string: String) -> String {
return NSLocalizedString(string, comment: "")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment