Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 4th, 2012  |  syntax: None  |  size: 0.28 KB  |  hits: 21  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. How to provide multilanguage support for an Android Application
  2. Intent languageSettingsIntent = new Intent(Intent.ACTION_MAIN);
  3. languageSettingsIntent.setClassName("com.android.settings", "com.android.settings.LanguageSettings");            
  4. startActivity(languageSettingsIntent);