How to change Localization in a Android real device - the following only works for Emulator:
capabilities.setCapability(“local”, “es_MX”);
capabilities.setCapability(“language”, “es”);
I want to do it programmatically so that I can test on multiple Locales -
Info:
a) Samsung 4.4.4
b) Appium Client: 2.1.0
c) Java SDK 8
Thanks,