You can open the wifi settings activity with this code (requires a reference to the phone library):
Dim i As Intent
i.Initialize("android.settings.WIFI_SETTINGS", "")
StartActivity(i)
Using the Network library you can check if the device is connected (though it can also be connected with 3g).
Reading the phone language will be available in the future.