Contents

ABAddressBookCopyLocalizedLabel(_:)

Returns a localized version of a record-property label.

Declaration

func ABAddressBookCopyLocalizedLabel(_ label: CFString!) -> Unmanaged<CFString>!

Parameters

  • label:

    The label to localize.

Return Value

The label localized to the user’s locale.

See Also

Deprecated