CLanguage.SetLanguage: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
Kate Racaza (talk | contribs)
No edit summary
Kate Racaza (talk | contribs)
mNo edit summary
Line 9: Line 9:
====Parameters====
====Parameters====
''Language''
''Language''
:The language for the API library. Can be any [[Language_Enumeration|Language]] enumeration constant.
:Required. The language for the API library. Can be any [[Language_Enumeration|Language]] enumeration constant.





Revision as of 17:59, 31 August 2015


Member of: SynthesisAPI


Sets the language of the API library.

Syntax

SynthesisAPI.SetLanguage(Language)

Parameters

Language

Required. 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)