operator or wrapper for NSLocalizedString

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