I can change the language of windows filter or any windows / tooltip ?
The properyt Language of the xamGrid is ignored ! Why ?
Hello AMUS,
What language are you looking for? We currently have localized our product to Japanese (complete) and German (end user strings only). We have a separate installer for Japanese, which will include satellite assemblies providing localized controls. The German satellite assemblies are included in our English installer. The German translations should appear if you are running the application on a German operating system.
In my experience, only WPF controls need to have the Language property of the application or control changed. This shouldn't be the case in Silverlight.
For other languages, you have 2 options.
1. You can download our source code from "My Keys and Downloads" on the main web site. You'd be looking for .resx (resource) files for the control you would like to localize. You can rebuild that assembly's project and use your localized version of our assembly. This would be the easier way if you plan to localize many parts of the control.
2. You can view the APIs and override the default English strings in the code behind.
If you have questions on how to do this, please ask.
Elizabeth Albert
Localization Engineer
Hi,
Did you can the example for use the API for change the words "average" for the sum columns or "equal" to the filters for example.
Thank you
How I can download the .resx (resource) for italian language ?
I have the trial version.
Thank's