I have a problem with localization of a ComboEditorTool. The ComboBoxDataItem are not shown in VisualLocalize.
<igRibbon:ComboEditorTool x:Uid="Filteroption" x:Name="Filteroption" Caption="" Value="{Binding Filteroption}">
<igRibbon:ComboEditorTool.ItemsProvider> <igEditors:ComboBoxItemsProvider x:Uid="igEditors:ComboBoxItemsProvider_2"> <igEditors:ComboBoxItemsProvider.Items> <igEditors:ComboBoxDataItem x:Uid="igEditors:ComboBoxDataItem_3" DisplayText="enthält" Value="False" Localization.Attributes="DisplayText(Text Readable Modifiable)" /> <igEditors:ComboBoxDataItem x:Uid="igEditors:ComboBoxDataItem_4" DisplayText="beginnt mit" Value="True" Localization.Attributes="DisplayText(Text Readable Modifiable)"/> </igEditors:ComboBoxItemsProvider.Items> </igEditors:ComboBoxItemsProvider></igRibbon:ComboEditorTool.ItemsProvider></igRibbon:ComboEditorTool>
Using Localization.Attributes works great for e.g. the Caption attribute of CheckBoxTool
I found the problem:
It's not caused by Infragistics, it's caused by VisualLocalize.
Best cew3
Hello,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.