CLanguage.SetLanguage

From ReliaWiki
Revision as of 16:49, 15 May 2014 by Chris Kahn (talk | contribs)
Jump to navigation Jump to search


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)