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 9186103
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T19:26:30+00:00 2026-06-17T19:26:30+00:00

I am developing few Android apps, and I would like to provide possibility (assuming

  • 0

I am developing few Android apps, and I would like to provide possibility (assuming that phone supports) to ‘read’ the text – in Spanish app it would be Spanish voice, in French – French, respectively.

Can I somehow made one of two things:

  1. Check if this particular language is available?
  2. If it is not available – download it or give user possibility to download it?

Are there any patterns for it?

  • 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-06-17T19:26:31+00:00Added an answer on June 17, 2026 at 7:26 pm

    1) You can easily check whether a requested language is available using built in methods.

    TextToSpeech tts = new TextToSpeech(this, this);
    
    //Use this to get the default locale
    tts.isLanguageAvailable(Locale.getDefault());
    
    //Otherwise hardcode the language you want to check for
    tts.isLanguageAvailable(Locale.FRENCH());
    

    2) You can also give the user the possibility to download it by firing off an Intent for download

    Intent installIntent = new Intent();
                installIntent
                        .setAction(TextToSpeech.Engine.ACTION_INSTALL_TTS_DATA);
                startActivity(installIntent);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing an Android application with few views like A,B,C,D. Here D is
I am developing an Android Application and I have an Activity that looks like
I am soon getting an Android phone, that I'll then be hobby-developing random little
So we are a few guys developing this product that is communicating with a
I'm developing an app that has a few services, which communicate using AIDL. In
I am developing a few mobile apps for different platforms including Blackberry, Windows Mobile,
I built an application with quite a few activities and I would like to
I am developing a small application in android in which i have few image
I have an android application that I'm developing, and the application really just a
I'm developing an Android game. At the moment I'm writing code that should calculate

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.