Hi all,
I’m using appium and cucumber. I chose to work in ruby
The behaviour of my application is based on the language settings of the device where it’s running.
For that:
I need to get the actual language of the device (I’m working on a simulator)
Is there a way to get it both for ios and android?
Thanks!