Hi,
I use the SummaryRecord of the XamDatagrid to show results, the built-in-Summary-functions are in English (like AVG, Sum, Count...).
To publish an Application in Germany I have to use German functionnames.
In the Application, the currentuiculture and currentculture-Settings are set to "de-DE". I tried to set the XamDatagrid-Language, but still the functionnames are in English.
How can I change the language for the xamdatagrid or how can I translate the functionnames?
Thanks in advance
voks
Hi Alex,
How can we do it with the SilverLight XamGrid control?!?
this ference below doesn't exist for XamGrid control:
Infragistics.Windows.Resources.Customizer.SetCustomizedString("","");
Can you help please?
Thanks.
Gilles P.
Hello Voks,
Changing the language will not translate these names, because it does not know how. The language will only localize things like day names, currency formatting, date time formatting etc. For this, you would have to change the Resource customization strings for the XamDataGrid. Below you can find two links
1. How to change a resource string here.
2. What are the resource strings for the summary calculators here.