Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 468 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 468 Bytes

SupportingDifferentLanguages

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