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.
Conclusion / Solution
Ultimately I'll be going with using Firefox as it's support seems to be more thorough.
Here is my solution:
For Chrome, it's support of language is limited to ISO 639-1, meaning it only supports 2 character languages. I attempted for en-au, en-ca, etc and it seems to just add English (UK) in these cases. Here is a summary of the options I tried and their results:
a