Common.SetLanguage: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) No edit summary |
Chris Kahn (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
{{APIPrefix|As}} | {{APIPrefix|As}} | ||
{{APIName|[[Language]])}} | {{APIName|[[Language]])}} | ||
== Parameters == | == Parameters == |
Revision as of 22:05, 5 February 2014
Sets the language for the whole library. It cannot be set separately for different instances of classes.
Method Syntax
SetLanguage( ByVal language As Language)
Parameters
language The language to use, from the Language Enum.
Usage Example
Set the language to English
SynthesisAPI.SetLanguage(SynthesisAPI.Language.English)