---
title: allowedInputSourceLocales
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstextinputcontext/allowedinputsourcelocales
---

# allowedInputSourceLocales

The set of keyboard input source locales allowed when this input context is active.

## Declaration

```swift
var allowedInputSourceLocales: [String]? { get set }
```

## Discussion

Discussion NSAllRomanInputSourcesLocaleIdentifier can be specified as a valid locale.

## See Also

### Configuring the Input Context

- [acceptsGlyphInfo](appkit/nstextinputcontext/acceptsglyphinfo.md)
