I'm using Selenium and have tests that randomly choose the browser they run in. I have some test that test functionality related to internationalization, so I need to have the browser specify the browser language.
My best guess is I need to use SetCapability method as part of the DesiredCapabilities class, but am not sure what capabilities are valid to set.