I am trying to use iSpeech SDK for iOS.
I am using Free version.
I'm fine with English Text To Speech with following codes.
[ispeech ISpeechSpeak:@"HELLO World"];
But I also want to use multiple language like japanese, korean, etc...
How can I change language in iSpeech?