---
title: localizedName
framework: extensionfoundation
role: symbol
role_heading: Instance Property
path: extensionfoundation/appextensionidentity/localizedname
---

# localizedName

The localized, human-readable name of the app extension.

## Declaration

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

## Discussion

Discussion Use this string if you need to display the name of the app extension in your app’s interface.

## See Also

### Identifying the process

- [bundleIdentifier](extensionfoundation/appextensionidentity/bundleidentifier.md)
- [extensionPointIdentifier](extensionfoundation/appextensionidentity/extensionpointidentifier.md)
