Common.SetLanguage: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
== Syntax==
== Syntax==


*SetLanguage( {{APIName|language}} {{APIPrefix|As}} [[Language Enumeration]] )
*SetLanguage( {{APIName|language}} {{APIPrefix|As}} [[Language Enumeration|Language]] )


Parameters
Parameters

Revision as of 21:57, 5 March 2014


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)