CLanguage.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 3: | Line 3: | ||
== Methods == | == Methods == | ||
*[[Common.SetLanguage|SetLanguage( Language )]] | *[[Common.SetLanguage|SetLanguage( Language )]] | ||
== Usage Example == | == Usage Example == | ||
{{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 21:58, 5 March 2014
Sets the language of the entire library.
Methods
Usage Example
Set the language to English
SynthesisAPI.SetLanguage(SynthesisAPI.Language.English)