---
title: enableLanguageOptionCommand
framework: mediaplayer
role: symbol
role_heading: Instance Property
path: mediaplayer/mpremotecommandcenter/enablelanguageoptioncommand
---

# enableLanguageOptionCommand

The command object for enabling a language option.

## Declaration

```swift
var enableLanguageOptionCommand: MPRemoteCommand { get }
```

## Discussion

Discussion Use the object in this property to register your app’s handler for enabling the language option for the media item. In your handler, change the language option to the new value. You can disable the command if your app does not support it.

## See Also

### Enabling language options

- [disableLanguageOptionCommand](mediaplayer/mpremotecommandcenter/disablelanguageoptioncommand.md)
