I have a connection error page.
mWebView.setWebViewClient(new MyWebViewClient(){ public void onReceivedError(WebView view, int errorCode, String description, String failingUrl) { mWebView.loadUrl("file:///android_asset/errnoconnect.html"); } }); But how to make so that on systems with English other file was loaded?