Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1530
Problem with localization of ComboEditorTool
posted

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 

 

What's wrong?
Best
cew3

 


 

Parents
  • 1530
    Verified Answer
    Offline posted

    I found the problem:

    It's not caused by Infragistics, it's caused by VisualLocalize.

     

    Best cew3

     

Reply Children
No Data