- How to provide multilanguage support for an Android Application
- Intent languageSettingsIntent = new Intent(Intent.ACTION_MAIN);
- languageSettingsIntent.setClassName("com.android.settings", "com.android.settings.LanguageSettings");
- startActivity(languageSettingsIntent);