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

# ABLocalizedPropertyOrLabel(_:)

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

```
func ABLocalizedPropertyOrLabel(_ propertyOrLabel: String!) -> String!
```

## Discussion

The `propertyOrLabel` argument is the property, label, or key you wish to localize. Returns `propertyOrLabel` if a localized string can not be found

---

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)