i'm working on a system that include an audio annotation for every word. I have no problem when it comes to English Pronunciation of words. I'm using this Sapi code
Dim Sapi
Sapi= createobject("sapi.spvoice")
sapi.speak("label1.text")
But is there a way i can also use this code when it comes to Korean and Japanese? Thank you very much. Please help me.