CLanguage.SetLanguage

From ReliaWiki
Revision as of 18:33, 7 August 2015 by Kate Racaza (talk | contribs)
Jump to navigation Jump to search
APIWiki.png


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)