Common.SetLanguage

From ReliaWiki
Revision as of 22:00, 5 March 2014 by Chris Kahn (talk | contribs)
Jump to navigation Jump to search


Sets the language for the whole library. It cannot be set separately for different instances of classes.

Syntax

Parameters

language: The language to use, from the Language enumeration.

Usage Example

Set the language to English

       SynthesisAPI.SetLanguage(SynthesisAPI.Language.English)