I have a script that at some point needs to open a Chrome Browser with a different language setting than the default, specifically English-UK. Following the documentation found at http://www.ericdlarson.com/misc/chrome_command_line_flags.html I use the line
.\chrome.exe --lang-en-UK
This still opens a Browser with the default English-US settings that I have. What is the proper syntax for using the --lang flag?