Common.SetLanguage

From ReliaWiki
Jump to navigation Jump to search


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

Method Syntax

SetLanguage( ByVal language As Language)

Parameters

language The language to use, from the Language enum.

Usage Example

Set the language to English

       SynthesisAPI.SetLanguage(SynthesisAPI.Language.English)