We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when getting language
let langList = Object.entries(Language).map(([name, code]) => { return { name, code }; // English and en });
My use case is with capacitor-community/text-to-speech whre speak method expect full code en-US.
en-US
Languages should have both short and full code.
No response
Translating text adn then using Text to Speech .
The text was updated successfully, but these errors were encountered:
Thank you for your request. Unfortunately, we are not planning to implement this feature. Therefore, I am closing this issue as not planned.
Sorry, something went wrong.
No branches or pull requests
Plugin(s)
Current problem
when getting language
My use case is with capacitor-community/text-to-speech whre speak method expect full code
en-US
.Preferred solution
Languages should have both short and full code.
Alternative options
No response
Additional context
Translating text adn then using Text to Speech .
Before submitting
The text was updated successfully, but these errors were encountered: