---
title: Locale.Script
framework: foundation
role: symbol
role_heading: Structure
path: foundation/locale/script
---

# Locale.Script

The written script used with a given language.

## Declaration

```swift
struct Script
```

## Topics

### Creating a script

- [init(_:)](foundation/locale/script/init(_:).md)
- [init(stringLiteral:)](foundation/locale/script/init(stringliteral:).md)

### Examining script properties

- [identifier](foundation/locale/script/identifier.md)

### Using defined scripts

- [unknown](foundation/locale/script/unknown.md)

### Instance Properties

- [isISOScript](foundation/locale/script/isisoscript.md)

### Type Properties

- [adlam](foundation/locale/script/adlam.md)
- [arabic](foundation/locale/script/arabic.md)
- [arabicNastaliq](foundation/locale/script/arabicnastaliq.md)
- [armenian](foundation/locale/script/armenian.md)
- [bangla](foundation/locale/script/bangla.md)
- [cherokee](foundation/locale/script/cherokee.md)
- [cyrillic](foundation/locale/script/cyrillic.md)
- [devanagari](foundation/locale/script/devanagari.md)
- [ethiopic](foundation/locale/script/ethiopic.md)
- [georgian](foundation/locale/script/georgian.md)
- [greek](foundation/locale/script/greek.md)
- [gujarati](foundation/locale/script/gujarati.md)
- [gurmukhi](foundation/locale/script/gurmukhi.md)
- [hanSimplified](foundation/locale/script/hansimplified.md)
- [hanTraditional](foundation/locale/script/hantraditional.md)
- [hanifiRohingya](foundation/locale/script/hanifirohingya.md)
- [hebrew](foundation/locale/script/hebrew.md)
- [hiragana](foundation/locale/script/hiragana.md)
- [japanese](foundation/locale/script/japanese.md)
- [kannada](foundation/locale/script/kannada.md)
- [katakana](foundation/locale/script/katakana.md)
- [khmer](foundation/locale/script/khmer.md)
- [korean](foundation/locale/script/korean.md)
- [lao](foundation/locale/script/lao.md)
- [latin](foundation/locale/script/latin.md)
- [malayalam](foundation/locale/script/malayalam.md)
- [meiteiMayek](foundation/locale/script/meiteimayek.md)
- [myanmar](foundation/locale/script/myanmar.md)
- [odia](foundation/locale/script/odia.md)
- [olChiki](foundation/locale/script/olchiki.md)
- [sinhala](foundation/locale/script/sinhala.md)
- [syriac](foundation/locale/script/syriac.md)
- [tamil](foundation/locale/script/tamil.md)
- [telugu](foundation/locale/script/telugu.md)
- [thaana](foundation/locale/script/thaana.md)
- [thai](foundation/locale/script/thai.md)
- [tibetan](foundation/locale/script/tibetan.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [ExpressibleByExtendedGraphemeClusterLiteral](swift/expressiblebyextendedgraphemeclusterliteral.md)
- [ExpressibleByStringLiteral](swift/expressiblebystringliteral.md)
- [ExpressibleByUnicodeScalarLiteral](swift/expressiblebyunicodescalarliteral.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Examining language properties

- [languageCode](foundation/locale/language-swift.struct/languagecode.md)
- [Locale.LanguageCode](foundation/locale/languagecode-swift.struct.md)
- [region](foundation/locale/language-swift.struct/region.md)
- [Locale.Region](foundation/locale/region-swift.struct.md)
- [script](foundation/locale/language-swift.struct/script.md)
- [characterDirection](foundation/locale/language-swift.struct/characterdirection.md)
- [Locale.LanguageDirection](foundation/locale/languagedirection.md)
