How to set Chrome's language with Appium Python-Behave?

How to set Chrome’s language with Appium Python-Behave?

Hello Toby-steed,

You can add Language / Locale commands on your script as shown below or you can generate these capabilities using our generator online:

{
        "lt:options": {
                "w3c": True,
                "platformName": "android",
                "deviceName": "Zenfone 6",
                "platformVersion": "10",
                "language": "hi",
                "locale": "hi",
                "isRealMobile": True
        }
}