local language

  1. M

    Android Question [SOLVED] Hot to get the current language in device

    I'm developing an app that needs to detect the language currently set in the device. I tried something like this: Sub GetLanguage As String Dim jo As JavaObject Dim str As String str = jo.InitializeStatic("java.util.Locale").RunMethod("getDefault", Null) If str.Length>=2...
Top