---
title: IntlText
framework: coreservices
role: symbol
role_heading: Structure
path: coreservices/intltext
---

# IntlText

International text consists of an ordered series of bytes, beginning with a 4-byte language code and a 4-byte script code that together determine the format of the bytes that follow.

## Declaration

```swift
struct IntlText
```

## Topics

### Initializers

- [init()](coreservices/intltext/1449738-init.md)
- [init(theScriptCode:theLangCode:theText:)](coreservices/intltext/1442684-init.md)

### Instance Properties

- [theLangCode](coreservices/intltext/1441911-thelangcode.md)
- [theScriptCode](coreservices/intltext/1441824-thescriptcode.md)
- [theText](coreservices/intltext/1442075-thetext.md)
