Common.SetLanguage: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Template:APIClass|Common Class|Common}}  
{{Template:APIClass|Common Class|Common}}  
Sets the language for the whole library.
Sets the language for the whole library.
=== Syntax===
=== Method Syntax===


{{APIName|SetLanguage(}}
{{APIName|SetLanguage(}}

Revision as of 22:50, 24 September 2013


Sets the language for the whole library.

Method Syntax

SetLanguage( ByVal language As Language)

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

Parameters

language The language to use, from the Language Enum.

Usage Example

Set the language to English

       SynthesisAPI.SetLanguage(SynthesisAPI.Language.English)