---
title: MPLanguageOptionCharacteristicEasyToRead
framework: mediaplayer
role: symbol
role_heading: Global Variable
path: mediaplayer/mplanguageoptioncharacteristiceasytoread
---

# MPLanguageOptionCharacteristicEasyToRead

Indicates that the language option provides legible content in the language of its specified locale and that the content was edited for ease of reading.

## Declaration

```swift
let MPLanguageOptionCharacteristicEasyToRead: String
```

## Discussion

Discussion Closed caption tracks that carry easy reader captions (per the CEA-608 specification) should have this characteristic tag. Subtitle tracks can also have this characteristic tag, where appropriate.

## See Also

### Language option characteristic constants

- [MPLanguageOptionCharacteristicContainsOnlyForcedSubtitles](mediaplayer/mplanguageoptioncharacteristiccontainsonlyforcedsubtitles.md)
- [MPLanguageOptionCharacteristicDescribesMusicAndSound](mediaplayer/mplanguageoptioncharacteristicdescribesmusicandsound.md)
- [MPLanguageOptionCharacteristicDescribesVideo](mediaplayer/mplanguageoptioncharacteristicdescribesvideo.md)
- [MPLanguageOptionCharacteristicDubbedTranslation](mediaplayer/mplanguageoptioncharacteristicdubbedtranslation.md)
- [MPLanguageOptionCharacteristicIsAuxiliaryContent](mediaplayer/mplanguageoptioncharacteristicisauxiliarycontent.md)
- [MPLanguageOptionCharacteristicIsMainProgramContent](mediaplayer/mplanguageoptioncharacteristicismainprogramcontent.md)
- [MPLanguageOptionCharacteristicLanguageTranslation](mediaplayer/mplanguageoptioncharacteristiclanguagetranslation.md)
- [MPLanguageOptionCharacteristicTranscribesSpokenDialog](mediaplayer/mplanguageoptioncharacteristictranscribesspokendialog.md)
- [MPLanguageOptionCharacteristicVoiceOverTranslation](mediaplayer/mplanguageoptioncharacteristicvoiceovertranslation.md)
