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.

link|improve this question
4  
You will need to expend vast effort and write actual code. No, we won't write it for you. – SLaks Feb 10 '11 at 19:13
If this is a web app, its as easy as setting the lang attribute to Arabic. – Chris Buckler Feb 10 '11 at 19:22
Ahh, my mistake, I misread that as using Visual Studio 2008! – Chris Buckler Feb 10 '11 at 19:23
feedback

closed as not a real question by SLaks Feb 10 '11 at 19:14

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

Browse other questions tagged or ask your own question.