capacitor-community/text-to-speech

feat: add `isLanguageSupported` method

robingenz opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
Add a method (e.g. isLanguageSupported) that checks if a specific language is supported.

Describe the solution you'd like

isLanguageSupported(options: { lang: string }) => Promise<{ supported: boolean }>

Describe alternatives you've considered
No alternative solutions.