Hi,
I have that translate the strings default of filters and summarys of my XamDataGrid to language of my cowntry.
How I do This?
The SpecialFilterOperand resource strings are located in the InfragisticsWPF4.v10.2 assembly instead of the InfragisticsWPF4.DataPresenter.v10.2
protected override void OnStartup(StartupEventArgs e)
{
base.OnStartup(e);
Infragistics.Windows.Resources.Customizer.
SetCustomizedString("SpecialFilterOperand_Today_DisplayContent", "Hoje");
Infragistics.Windows.DataPresenter.Resources.Customizer.
SetCustomizedString("Outlook_GroupByMode_Description_Today", "Hoje");
}
Let me know if you have any questions with this matter.
I find the strings of summary and works, but the strings of filters don't work.
I do this:
Infragistics.Windows.DataPresenter.
);
This works for strings of summary?
Because i see in link only strings of filters.
Currently, in 10.2 release there is a build-in support for localized strings in English, Japanese and German.
For any other languages you will have to change the default resource customization strings. Check out this articles for more details:
http://help.infragistics.com/NetAdvantage/WPF/2010.2/CLR4.0/?page=WPF_Customize_Assembly_Resource_Strings.html
http://help.infragistics.com/NetAdvantage/WPF/2010.2/CLR4.0/?page=WPF_Wpf_Resource_Strings.html