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 1: | Line 1: | ||
{{Template:APIClass|Global_Common| | {{Template:APIClass|Global_Common| }} | ||
{{Template:Common Class.Cmt}} | {{Template:Common Class.Cmt}} | ||
Revision as of 21:59, 5 March 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)