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:
- Check if this particular language is available?
- If it is not available – download it or give user possibility to download it?
Are there any patterns for it?
1) You can easily check whether a requested language is available using built in methods.
2) You can also give the user the possibility to download it by firing off an Intent for download