I need to set the browser for test-automation to de-DE. How do I do it?

Currently your browsers for test-automation are running with english locale. But i need to set this to de-DE. I found Automation Capabilities Generator For Selenium and Appium | LambdaTest, but there seems to be no setting for this. in Chrome.

Hi Rebecca,

You can take reference from this -

${list} = Create List --lang=ar
${args} = Create Dictionary args=${list}
${desired caps} = Create Dictionary platform=${OS} chromeOptions=${args}
Open Browser https://www.google.com remote_url=${grid_url} browser=${BROWSER} desired_capabilities=${desired caps} (Robot Framework , Py)