For an application, with the intention of detecting when the device is in Spanish, I used the following if :
if(Locale.getDefault().getLanguage()=="es")
However, although this has worked for me in the Android Studio (7.0) emulator, ch...
asked by
07.07.2017 / 05:40