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

# localizedDisplayName

A localized display name for the category.

## Declaration

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

## Discussion

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

## See Also

### Accessing category identifiers

- [token](managedsettings/activitycategory/token.md)
