Returns an array of localized strings that will form the help menu item. (required)
Original signature is '- (NSArray *)localizedTitlesForItem:(id)item'
Available in Mac OS X v10.6 and later.


- item (Id)
- At item in the help menu.

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

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)