---
title: localizedName
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturedevice/inputsource/localizedname
---

# localizedName

A localized, human-readable name for the input source.

## Declaration

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

## Discussion

Discussion You can use this property to display the name of the capture device input source in a user interface.

## See Also

### Accessing properties

- [inputSourceID](avfoundation/avcapturedevice/inputsource/inputsourceid.md)
