How to set Chrome's language in Python-Behave?

How to set Chrome’s language in Python-Behave?

Hi Rhian- lewis,

This is the argument for chrome options written in Python:

options = webdriver.ChromeOptions()
options.add_argument("--lang=en-GB")