Skip to content

Instantly share code, notes, and snippets.

@darwind
Created February 24, 2015 20:59
Show Gist options
  • Select an option

  • Save darwind/4d5774f0a374e0b061d5 to your computer and use it in GitHub Desktop.

Select an option

Save darwind/4d5774f0a374e0b061d5 to your computer and use it in GitHub Desktop.
Android - open Language settings directly from an app.
startActivity(new Intent(Settings.ACTION_LOCALE_SETTINGS));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment