---
title: script
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/locale/language-swift.struct/script
---

# script

The written script of the language.

## Declaration

```swift
var script: Locale.Script? { get }
```

## 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)
- [Locale.Script](foundation/locale/script.md)
- [characterDirection](foundation/locale/language-swift.struct/characterdirection.md)
- [Locale.LanguageDirection](foundation/locale/languagedirection.md)
