CLanguage.SetLanguage

From ReliaWiki
Revision as of 16:48, 16 October 2015 by Kate Racaza (talk | contribs)
Jump to navigation Jump to search
APIWiki.png


Member of: SynthesisAPI


Sets the language of the API library. (VB.NET only)

Syntax

SynthesisAPI.SetLanguage(Language)

Parameters

Language

Required. The language for the API library. Can be any Language constant.


Example

 VB.NET

 'Set the language to Portuguese 
 SynthesisAPI.SetLanguage(SynthesisAPI.Language.Portuguese)