Previous Topic

Next Topic

Book Contents

Book Index

SetSpeechLang

Sets the the ISO 639-1 two-letter code for the language to be spoken. The string should be the ISO language code for one of the supported languages (e.g., "en" or "jp" or "en-US"). The default is "en".

C++

HRESULT SetSpeechLang([in] BSTR lang);

Visual Basic

Public Function SetSpeechLang (

   lang As String

) As Long

Parameters

lang

[in] ISO language code

Return value

None

Previous Topic

Next Topic

Book Contents

Book Index


[Design Science Home]
Copyright © 1996-2016 Design Science, Inc. All rights reserved.