Click or drag to resize
DefaultTextToSpeechChangeLanguage Method (String, String)
Changes the voice of the Text-To-Speech engine.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public bool ChangeLanguage(
	string language,
	string name
)

Parameters

language
Type: SystemString
The language of the given TTS voice.
name
Type: SystemString
The name of the given TTS voice.

Return Value

Type: Boolean

Implements

ITextToSpeechChangeLanguage(String, String)
See Also