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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.