localizedString(forKey:)
Returns the localized name for the property associated with the specified key.
Declaration
class func localizedString(forKey key: String) -> StringParameters
- key:
The key for the property whose localized name is being returned.
Return Value
The localized property name.