---
title: "localizedTitles(forItem:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsuserinterfaceitemsearching/localizedtitles(foritem:)"
---

# localizedTitles(forItem:)

Returns an array of localized strings that will form the help menu item.

## Declaration

```swift
func localizedTitles(forItem item: Any) -> [String]
```

## Parameters

- `item`: At item in the help menu.

## Return Value

Return Value An NSArray of NSStrings (localized for display in the menu) that will be combined with separators to form the menu item title.

## See Also

### Show Help Menu

- [showAllHelpTopics(forSearch:)](appkit/nsuserinterfaceitemsearching/showallhelptopics(forsearch:).md)
