<!--
{
  "documentType" : "article",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/input-sources-locale-identifiers",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Input Sources Locale Identifiers"
}
-->

# Input Sources Locale Identifiers

Locale identifiers represent the input sources available.

## Topics

### Constants

[`let NSAllRomanInputSourcesLocaleIdentifier: String`](/documentation/AppKit/NSAllRomanInputSourcesLocaleIdentifier)

A meta-locale identifier representing the set of Roman input sources available. You can pass `[NSArray arrayWithObject: NSAllRomanInputSourcesLocaleIdentifier]` to the [`allowedInputSourceLocales`](/documentation/AppKit/NSTextView/allowedInputSourceLocales) property to restrict allowed input sources to Roman only.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)