---
title: localizedDisplayName
framework: managedsettings
role: symbol
role_heading: Instance Property
path: managedsettings/application/localizeddisplayname
---

# localizedDisplayName

A localized display name for the application.

## Declaration

```swift
let localizedDisplayName: String?
```

## Discussion

Discussion In an extension that provides shield configurations, this property provides the app’s name. When you access this property outside that extension, the value is nil. See ShieldConfigurationDataSource in the Managed Settings UI framework for more information.

## See Also

### Accessing application information

- [bundleIdentifier](managedsettings/application/bundleidentifier.md)
- [token](managedsettings/application/token.md)
