<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AddressBook",
  "identifier" : "/documentation/AddressBook/ABCopyLocalizedPropertyOrLabel(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Address Book"
    ],
    "preciseIdentifier" : "c:@F@ABCopyLocalizedPropertyOrLabel"
  },
  "title" : "ABCopyLocalizedPropertyOrLabel(_:)"
}
-->

# ABCopyLocalizedPropertyOrLabel(_:)

Returns the localized version of a built in property,label, or key.

```
func ABCopyLocalizedPropertyOrLabel(_ labelOrProperty: CFString!) -> Unmanaged<CFString>!
```

## Parameters

`labelOrProperty`

The property, label, or key to be localized.

## Return Value

The localized versionof `propertyOrLabel`, or `propertyOrLabel` ifa localized string can not be found. You are responsible for releasingthis object.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)