[swift-evolution] operator or wrapper for NSLocalizedString

Kwanghoon Choi eyerama at icloud.com
Thu Jun 23 09:58:57 CDT 2016


Dear community

I think NSLocalizedString is little old. Mostly knows what is this.

Sure, everyone of swift user can make operator or some kind convenient functions. But always, native supports will be better choice.

I suggest operator or wrapper for NSLocalizedString like #selector(…)

Ex)
#string(_ forLocalizableKey: String, forLocale: NSLocale? = nil)

Thanks




More information about the swift-evolution mailing list