Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6146413
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T18:56:38+00:00 2026-05-23T18:56:38+00:00

How can I change the language for phone from an android app? Can you

  • 0

How can I change the language for phone from an android app? Can you give me some example?

Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T18:56:39+00:00Added an answer on May 23, 2026 at 6:56 pm

    Phone-level language control is typically done using restricted interfaces: as far as I am aware there is no direct control from an app as part of the public Android interface.

    Your best bet would be to use an Intent to open up the language picker. The Intent filter is:

    <intent-filter>
                     <action android:name="android.intent.action.MAIN" />
                     <action android:name="android.settings.LOCALE_SETTINGS" />
                     <category android:name="android.intent.category.DEFAULT" />
                     <category android:name="android.intent.category.VOICE_LAUNCH" />
                 </intent-filter>
    

    So something like this should work:

    Intent i = new Intent();
    i.setAction(android.provider.Settings.ACTION_LOCALE_SETTINGS);
    i.addCategory(Intent.CATEGORY_DEFAULT);
    i.startActivity();
    

    And then the user can pick their language from there.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a business application (created from template) and I can change language dynamically
I want to develop an iphone application where u can change the language from
In my iPhone app, I can successfully change language inside the app's Settings (just
How we can change the languages as per selection done from the language menu.
How can I change the language of RpDesignerVCL to spanish, i have a delphi
Is there an app that can change the order of images inside an icon?
I have a preferences activity where I can change the language and the theme
I have a .NET 4.0 WPF application where the user can change the language
I want to change language of my app then a Button is clicked, but
The user can change language on my webpage and I wish to change the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.