---
title: localizedTitle
framework: mediaplayer
role: symbol
role_heading: Instance Property
path: mediaplayer/mpfeedbackcommand/localizedtitle
---

# localizedTitle

A localized string used to describe the context of a command.

## Declaration

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

## Discussion

Discussion Use this property to store the text you want shown to the user in conjunction with this command. For example, you might assign the string “I like this” to this property for the command associated with a Like button. The text you specify is displayed to the user at appropriate times by the system.

## See Also

### Retrieving information about a feedback command

- [isActive](mediaplayer/mpfeedbackcommand/isactive.md)
- [localizedShortTitle](mediaplayer/mpfeedbackcommand/localizedshorttitle.md)
