---
title: MPNowPlayingInfoLanguageOption
framework: mediaplayer
role: symbol
role_heading: Class
path: mediaplayer/mpnowplayinginfolanguageoption
---

# MPNowPlayingInfoLanguageOption

A set of interfaces for setting the language option for the Now Playing item.

## Declaration

```swift
class MPNowPlayingInfoLanguageOption
```

## Overview

Overview The MPNowPlayingInfoLanguageOption and MPNowPlayingInfoLanguageOptionGroup classes provide interfaces for setting information about language options, for example, audio and subtitles, in the Now Playing information area.

## Topics

### Creating a new language option

- [init(type:languageTag:characteristics:displayName:identifier:)](mediaplayer/mpnowplayinginfolanguageoption/init(type:languagetag:characteristics:displayname:identifier:).md)

### Retrieving language option properties

- [displayName](mediaplayer/mpnowplayinginfolanguageoption/displayname.md)
- [identifier](mediaplayer/mpnowplayinginfolanguageoption/identifier.md)
- [languageOptionCharacteristics](mediaplayer/mpnowplayinginfolanguageoption/languageoptioncharacteristics.md)
- [languageTag](mediaplayer/mpnowplayinginfolanguageoption/languagetag.md)
- [languageOptionType](mediaplayer/mpnowplayinginfolanguageoption/languageoptiontype.md)
- [MPNowPlayingInfoLanguageOptionType](mediaplayer/mpnowplayinginfolanguageoptiontype.md)

### Retrieving a language option based on system preferences

- [isAutomaticAudibleLanguageOption()](mediaplayer/mpnowplayinginfolanguageoption/isautomaticaudiblelanguageoption().md)
- [isAutomaticLegibleLanguageOption()](mediaplayer/mpnowplayinginfolanguageoption/isautomaticlegiblelanguageoption().md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Now Playing information

- [Becoming a now playable app](mediaplayer/becoming-a-now-playable-app.md)
- [MPNowPlayingSession](mediaplayer/mpnowplayingsession.md)
- [MPNowPlayingInfoCenter](mediaplayer/mpnowplayinginfocenter.md)
- [MPNowPlayingInfoLanguageOptionGroup](mediaplayer/mpnowplayinginfolanguageoptiongroup.md)
- [Language option characteristic constants](mediaplayer/language-option-characteristic-constants.md)
