I have an app that uses COM to create the IE web browser object and then uses IWebBrowserApp for various API calls. I have a need to ensure that the language our application is using is the same language the browser uses as it navigates to a website. The
website developers detect the locale of the browser. I always want the browser and application to use the same locale. Is there a way to set it programmatically for the browser I am launching? IWebBrowserApp has a PutProperty API. Any chance it supports changing
the locale?
R.D. Holland