---
title: localizedShortTitle
framework: mediaplayer
role: symbol
role_heading: Instance Property
path: mediaplayer/mpfeedbackcommand/localizedshorttitle
---

# localizedShortTitle

A shortened version of the string used to describe the context of a command.

## Declaration

```swift
var localizedShortTitle: String { get set }
```

## Discussion

Discussion Use this property to provide information about a feedback command that is suitable for display when screen space is more constrained. For example, Apple Watch uses this string instead of the string in the localizedTitle property.

## See Also

### Retrieving information about a feedback command

- [isActive](mediaplayer/mpfeedbackcommand/isactive.md)
- [localizedTitle](mediaplayer/mpfeedbackcommand/localizedtitle.md)
