Common.SetLanguage: Difference between revisions
Jump to navigation
Jump to search
Albert Szeto (talk | contribs) No edit summary |
Albert Szeto (talk | contribs) No edit summary |
||
Line 10: | Line 10: | ||
{{APIComment|Sets the language for the whole library. It cannot be set separately for a different instances of classes.}} | {{APIComment|Sets the language for the whole library. It cannot be set separately for a different instances of classes.}} | ||
== Parameters == | |||
'''language''' | |||
The language to use, from the [[Language]] Enum. | |||
== Usage Example == | == Usage Example == | ||
{{APIComment|Set the language to English}} | |||
SynthesisAPI.SetLanguage(SynthesisAPI.Language.English) |
Revision as of 22:48, 24 September 2013
Sets the language for the whole library.
Syntax
SetLanguage( ByVal language As Language)
Sets the language for the whole library. It cannot be set separately for a different instances of classes.
Parameters
language The language to use, from the Language Enum.
Usage Example
Set the language to English
SynthesisAPI.SetLanguage(SynthesisAPI.Language.English)