---
title: localizedName
framework: AVKit
role: symbol
role_heading: Instance Property
platforms: [iOS 27.1+, iPadOS 27.1+]
path: avkit/avcapturedevicedescriptor/localizedname
---

# localizedName

A name for the camera that’s suitable for display in your interface.

## Declaration

```swift
var localizedName: String { get }
```

## Discussion

Discussion This value matches the localizedName of the camera it describes.

## See Also

### Identifying the device

- [uniqueID](avkit/avcapturedevicedescriptor/uniqueid.md)
