Set the speech recognition language.

Namespace: iSpeech
Assembly: iSpeechSDK (in iSpeechSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void setLanguage(
	string localeCode
)
Visual Basic
Public Sub setLanguage ( _
	localeCode As String _
)
Visual C++
public:
void setLanguage(
	String^ localeCode
)

Parameters

localeCode
Type: System..::..String
Visit the iSpeech Developers center at http://www.ispeech.org or contact sales@ispeech.org to obtain a list of valid locale codes enabled for your account.

See Also