CLanguage.SetLanguage
Jump to navigation
Jump to search
Member of: SynthesisAPI
Sets the language of the API library.
Syntax
SynthesisAPI.SetLanguage(Language)
Parameters
Language
- The language for the API library. Can be any Language enumeration constant.
Example
VB.NET
'Set the language to English
SynthesisAPI.SetLanguage(SynthesisAPI.Language.English)