---
title: localizedCallerName
framework: callkit
role: symbol
role_heading: Instance Property
path: callkit/cxcallupdate/localizedcallername
---

# localizedCallerName

The localized name of the caller.

## Declaration

```swift
var localizedCallerName: String? { get set }
```

## Discussion

Discussion By default, the system automatically provides a localized caller name using information like the user’s contacts based on the supplied caller identifier. You can set this property to override the system-provided value.

## See Also

### Accessing Call Update Attributes

- [remoteHandle](callkit/cxcallupdate/remotehandle.md)
- [hasVideo](callkit/cxcallupdate/hasvideo.md)
- [supportsGrouping](callkit/cxcallupdate/supportsgrouping.md)
- [supportsUngrouping](callkit/cxcallupdate/supportsungrouping.md)
- [supportsHolding](callkit/cxcallupdate/supportsholding.md)
- [supportsDTMF](callkit/cxcallupdate/supportsdtmf.md)
