---
title: localizedKeyDictionary
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsdictionarycontroller/localizedkeydictionary
---

# localizedKeyDictionary

The localized key names that are displayed by the receiver in place of the key names.

## Declaration

```swift
var localizedKeyDictionary: [String : String] { get set }
```

## Discussion

Discussion The dictionary contains the key names as the keys, and the localized key names as the corresponding values.

## See Also

### Localizing Key Names

- [localizedKeyTable](appkit/nsdictionarycontroller/localizedkeytable.md)
