We have to set device language as "English (US)" which capability should we pass to achieve this?

We have to set device language as “English (US)” which capability should we pass to achieve this?

Hi Brett M,

Please use the below capabilities:

capabilities.setCapability("language", "en");
capabilities.setCapability("locale", "en");