1

I am developing an app for IOS & Android with Sencha and I was wondering how to retrieve the language the device (regardless of the os) using Sencha touch or architect. Is this possible?

Thanks :)

martinsch
  • 11
  • 3

1 Answers1

2
navigator.language

you can also try this on chrome developers tools:

 console.log(navigator.language);
code4jhon
  • 5,725
  • 9
  • 40
  • 60