---
title: MPLanguageOptionCharacteristicContainsOnlyForcedSubtitles
framework: mediaplayer
role: symbol
role_heading: Global Variable
path: mediaplayer/mplanguageoptioncharacteristiccontainsonlyforcedsubtitles
---

# MPLanguageOptionCharacteristicContainsOnlyForcedSubtitles

Indicates that the language option presents only forced subtitles.

## Declaration

```swift
let MPLanguageOptionCharacteristicContainsOnlyForcedSubtitles: String
```

## Discussion

Discussion Language options with forced-only subtitles are typically selected when the user hasn’t selected a legible option with an accessibility characteristic or an auxiliary purpose and its locale matches the locale of the selected audible language option. The system infers the presence of this characteristic for a legible language option from the format description of the associated track that presents the subtitle media.

## See Also

### Language option characteristic constants

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