Auto download offline speech recognition language on Android
Is there any way in Java to detect if an Android device has an offline speech recognition language installed, and if it does not prompt the user to download it? I know you can ask to speech to text to prefer offline speech to text, but how do you know if the device has the language installed? This question is not on how to use offline speech, this works. The question is "how to detect and download/install offline speech languages" from Java app code. i.e. have the app detect if they have offline German language installed, and if not prompt the user to download/install it. brandall This is not