gemini icon indicating copy to clipboard operation
gemini copied to clipboard

Toolbox category PropertyGroupDescription localized string

Open WilliamForsdal opened this issue 8 years ago • 1 comments

Hello! When using gemini on a computer with german language, the toolboxitem categories disappear. In ToolboxViewModel when adding PropertyGroupDescription for _items the string is based on a localized string, but is it not the same in all languages, from the property name of ToolboxItem.Category? I have changed: groupedItems.GroupDescriptions.Add(new PropertyGroupDescription(Resources.ToolboxCategory)); to: groupedItems.GroupDescriptions.Add(new PropertyGroupDescription("Category")); Which fixes the problem for me. Is there any particual reason for looking up the localized string?

WilliamForsdal avatar Feb 28 '17 00:02 WilliamForsdal

I think this happened unintentionally and can't think of any reason it was changed on purpose.

sblkr avatar Feb 22 '18 14:02 sblkr