CLanguage.SetLanguage: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) |
Chris Kahn (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
== Usage Example == | == Usage Example == | ||
<div style="margin-right: 150px;"> | |||
{{APIComment|'Set the language to English}} | {{APIComment|'Set the language to English}} | ||
SynthesisAPI.SetLanguage(SynthesisAPI.Language.English) | SynthesisAPI.SetLanguage(SynthesisAPI.Language.English) | ||
</div> |
Revision as of 16:49, 15 May 2014
Sets the language of the entire library.
Methods
- SetLanguage( Language ) Sets the language for the whole library. It cannot be set separately for different instances of classes.
Usage Example
'Set the language to English
SynthesisAPI.SetLanguage(SynthesisAPI.Language.English)