Skip to content

luckybk93/SupportingDifferentLanguages

Repository files navigation

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

About

Supporting Different Languages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages