Results 1 to 2 of 2

Thread: [RESOLVED] Web Browser Language

  1. #1

    Thread Starter
    Member Aaron_Redmond's Avatar
    Join Date
    Mar 2006
    Location
    Ireland
    Posts
    34

    Resolved [RESOLVED] Web Browser Language

    Hey Guys,

    I am writing an app which gets information from a website.

    Basically I load the webpage into a webbrowser control and parse the document text for what I need.

    My problem is:
    I have a German version of windows
    The webpage returned has the German version of the webpage
    I require the English version but there is no way of specifying the language in the URL, so it must be picking up the default language of my operating system.

    My question is how can I override this, is there a property of the Webbrowser control which I can set?

  2. #2

    Thread Starter
    Member Aaron_Redmond's Avatar
    Join Date
    Mar 2006
    Location
    Ireland
    Posts
    34

    Re: Web Browser Language

    Ok, so sort of solved it myself.

    I opened Internet explorer and changed the default language to English.

    But I am still interested in how to achieve this via code.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width