CLanguage.SetLanguage: Difference between revisions
Jump to navigation
Jump to search
Chris Kahn (talk | contribs) No edit summary |
John Leavitt (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
== Methods == | == Methods == | ||
*'''[[Common.SetLanguage|SetLanguage]]''' {{Template:APIComment|{{Template:Common.SetLanguage.Cmt}}}} | *'''[[Common.SetLanguage|SetLanguage]]''' {{Template:APIComment|{{Template:Common.SetLanguage.Cmt}}}} | ||
== Formatted Usage Example == | |||
{{APIComment|Set the language to English}} | |||
SynthesisAPI.SetLanguage(SynthesisAPI.Language.English) |
Revision as of 21:09, 6 February 2014
Sets the language of the entire library.
Methods
- SetLanguage Sets the language for the whole library. It cannot be set separately for different instances of classes.
Formatted Usage Example
Set the language to English
SynthesisAPI.SetLanguage(SynthesisAPI.Language.English)