can someone tell me how I programmatically extract the actual language and / or language in Android?
I think you mean the locale of the phone:
Locale myPhoneLocale = Locale.getDefault();
Source: https://habr.com/ru/post/1742256/More articles:Adding firewall exceptions to other firewall products than the Windows firewall - for example, Norman, Norton, etc. - installerIdentify machines behind a router uniquely based on ipaddress - networkingFirefox 3.5.9 rejects input: text when all other browsers handle it perfectly - htmlWhat is the maximum number of controls that a VBA form can store? - vbaRESTful API: how to handle translated text fields in views? - restLimited access to events in derived classes? - c #Addref on COM RCW - comHow to get the following prefix in C ++? - c ++how can i get the model from ViewResult in asp.net mvc unittest? - unit-testingC # System.Threading.Timer and its state object - c #All Articles