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

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

Hello Rhian-lewis,

You can use this argument for chrome options written in Python:

options = webdriver.ChromeOptions()
options.add_argument("--lang=hi-IN")