CLanguage.SetLanguage: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template: | {{Template:API}}{{Template:APIBreadcrumbClass}} | ||
{{Template: | |||
== | <onlyinclude>Sets the language of the API library.</onlyinclude> | ||
==Syntax== | |||
'''SynthesisAPI.SetLanguage'''(''Language'') | |||
====Parameters==== | |||
''Language'' | |||
:The language for the API library. Can be any [[Language_Enumeration|Language]] enumeration constant. | |||
==Example == | |||
'''VB.NET''' | |||
{{APIComment|'Set the language to English}} | {{APIComment|'Set the language to English}} | ||
SynthesisAPI.SetLanguage(SynthesisAPI.Language.English) | SynthesisAPI.SetLanguage(SynthesisAPI.Language.English) | ||
Revision as of 18:33, 7 August 2015
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)