[13:46:19] hi. assuming the language of the app is en, is my understanding correct that the mobile apps (Android and iOS) connect to both en.wikipedia.org and en.m.wikipedia.org? [19:42:35] sukhe: The apps use the device language by default but a user can change it in the settings. In the Android at least it can also be changed when searching for an article. [19:44:27] If the language setting is English then, yes, it accesses en.wikipedia.org. If it's German then it goes to de.wikipedia.org, and so on. The list of languages for the Android app is in https://github.com/wikimedia/apps-android-wikipedia/blob/master/app/src/main/res/values/languages_list.xml [19:44:53] (There's some special casing for zhwiki IIRC.)