Snippets

Fabian Hernando Leon Ortega Swift - Common Tasks

You are viewing an old version of this snippet. View the current version.
Revised by Fabian Leon 8eb6d79
1
2
3
4
var language = "de"
let path = NSBundle.mainBundle().pathForResource(language, ofType: "lproj")
let bundle = NSBundle(path: path!)
let string = bundle?.localizedStringForKey("key", value: nil, table: nil)
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.