Skip to content
New issue

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

api.SpeechSynthesis - <SUMMARIZE THE PROBLEM> #24674

Closed
shaikhsaba2021 opened this issue Oct 9, 2024 · 1 comment
Closed

api.SpeechSynthesis - <SUMMARIZE THE PROBLEM> #24674

shaikhsaba2021 opened this issue Oct 9, 2024 · 1 comment
Labels
invalid 🚫 Invalid issues or pull requests (wrong repo, spam, duplicates, etc.). This won't get merged. Sorry!

Comments

@shaikhsaba2021
Copy link

What type of issue is this?

Other

What information was incorrect, unhelpful, or incomplete?

    // Create a new SpeechSynthesisUtterance object
    var utterance = new SpeechSynthesisUtterance("1. Position");
    utterance.lang = "de-DE";  window.speechSynthesis.speak(utterance);  does not speak in German

What browsers does this problem apply to, if applicable?

Firefox

What did you expect to see?

I want text should read in German

Did you test this? If so, how?

Yes it say in English

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

No response

Do you have anything more you want to share?

No response

MDN URL

https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis

MDN metadata

MDN page report details
  • Query: api.SpeechSynthesis
  • Report started: 2024-10-09T12:45:19.366Z
Copy link

github-actions bot commented Oct 9, 2024

This issue was automatically closed because the title was left as the default, and a summary was not added.

If this is not a spam issue, please replace the <SUMMARIZE THE PROBLEM> part of the title with a short summary of the reported issue, and then post a follow-up comment. A maintainer will review your issue and reopen it if needed.

@github-actions github-actions bot added the invalid 🚫 Invalid issues or pull requests (wrong repo, spam, duplicates, etc.). This won't get merged. Sorry! label Oct 9, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid 🚫 Invalid issues or pull requests (wrong repo, spam, duplicates, etc.). This won't get merged. Sorry!
Projects
None yet
Development

No branches or pull requests

1 participant