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

  • SEARCH
  • Home
  • 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

My android app has a drop down List,From where user can change language like
Can we change the keyboard language in iPhone from English to Japanese programatically?
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 i can change my language within my app ،knowing that my application include
How can I change the language of RpDesignerVCL to spanish, i have a delphi
I have an app that is using Decimal.ToString(). My phone language is set to
I have a preferences activity where I can change the language and the theme
I need change keyboard language. with this code i can change the language if

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.