when i delete a raw in grid i have a messagebox in english to confirm. How can i have this messagebox in french? does infragistics have french resources ?
Thanks
lem38,
I use Infragistics.Win.UltraWinGrid.Resources.Customizer.SetCustomizedString(string, string) to changing the resources for Infragistics classes.
And I use this code for all of my french applications:
In this code you will see some examples, and language mistakes , if you search in the documentations you can find more info about this matter.
I hope this may be an answer to your question? .
Davide Dolla