How to configure .NET's WebBrowser to obey the current language settings

Posted by Ross Goddard on Stack Overflow See other posts from Stack Overflow or by Ross Goddard
Published on 2009-06-25T19:07:57Z Indexed on 2010/04/10 22:03 UTC
Read the original article Hit count: 239

Filed under:
|

I am using the System.Windows.Forms.WebBrowser object for displaying and printing a report. Unfortunately the Page Setup dialog is not obeying the language settings on the user's computer and all of the text is coming up in English. The .NET dialogs for opening and saving a file are coming up in the correct language but not the Printing/Page Setup dialogs for the Web Browser.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about winforms