I'm trying to do text-to-speech for Arabic Language using Visual Basic 2008 by modifying the same code for English language.
Dim speech
speech = CreateObject("sapi.spvoice")
speech.speak(TextBox1.Text)
but doesn't work. I'm asking about the function doing that. thanks.