CLanguage.SetLanguage: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
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

APIWiki.png


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)