How to use a PrintView for gridview before the print with C#
I want to create a printPreview for gridview before the print, but I don't have any idea , in Visual Studio 2013 (C#), I used this instruction:
namegridView.ShowRibbonPrintPreview();
But this result was in english and I need to display in French.
After searching , I found this Instruction :
InputLanguage.CurrentInputLanguage;
but , I can't use this in my problem ,
I don't know if this function is useful or no ..