---
title: localizedTitle
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uimutableapplicationshortcutitem/localizedtitle
---

# localizedTitle

The required, user-visible title for the Home Screen dynamic mutable quick action.

## Declaration

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

## Discussion

Discussion Every Home Screen mutable quick action must have a user-visible title. If the title fits on one line, the system displays it as a single line quick action. If the title is too long for one line and you have not specified a localizedSubtitle string, the system displays the title on two lines. To internationalize the title for a Home Screen dynamic quick action, employ the NSLocalizedString Foundation function, described in Foundation Functions, along with a Localizable.strings file in your Xcode project.

## See Also

### Inspecting a Home Screen dynamic mutable quick action

- [localizedSubtitle](uikit/uimutableapplicationshortcutitem/localizedsubtitle.md)
- [type](uikit/uimutableapplicationshortcutitem/type.md)
- [icon](uikit/uimutableapplicationshortcutitem/icon.md)
- [userInfo](uikit/uimutableapplicationshortcutitem/userinfo.md)
