Just in case you wondered how NSLocalizedString is called in Swift. It is the same, but needs a “comment:” label, because the other arguments in between are optional.
For Example:
let text = NSLocalizedString(“Your Text”, comment:” Your comment” )
Making the world a better place, one small app at a time
Just in case you wondered how NSLocalizedString is called in Swift. It is the same, but needs a “comment:” label, because the other arguments in between are optional.
For Example:
let text = NSLocalizedString(“Your Text”, comment:” Your comment” )