winforms - How to configure .NET's WebBrowser to obey the current language settings -
I have a report system for printing and printing. Windows .form. I'm using a webbrowser object. Unfortunately the page setup dialog is not following the language settings on the user's computer and all the text is coming in English. .NET dialog is coming in the correct language to open and save the file but there is no print / page setup dialog for the web browser.
You can use threading to set a culture for a specific process.
System threading. Thread.CurrentTrade. Current UK Agriculture = New CultureInfo ("N-US")
Comments
Post a Comment