I have an NSOutlineView in my application. This function
-(BOOL)outlineView:(NSOutlineView*)outlineView isGroupItem:(id)item
sets some elements in outlineView as the root of the group (if the function returns YES) + adds the show / hide buttons at the end of the cell to expand / collapse the contents of this group, but this button is written in English. I am from Belarus, so I want to show / hide words written in my language. Finder writes in my language, so I think itβs possible to set a localized style for it. How can i do this?
SOLVE: Mac OS does this on its own when choosing the localization of the .nib file that contains NSOutineView
source share