Supporting Different Languages
// Get a string resource from your app's Resources String hello = getResources().getString(R.string.hello_world);
// Or supply a string resource to a method that requires a string TextView textView = new TextView(this); textView.setText(R.string.hello_world); //File xml