localizedString(forKey:)
Returns the localized name of the property for the specified key.
Declaration
class func localizedString(forKey key: String) -> StringParameters
- key:
Key for which to get the localized property name. Specify a key name such as Cnsocialprofileusernamekey.
Return Value
The localized name of the property.