Common.SetLanguage: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) m (Protected "Common.SetLanguage" ([edit=sysop] (indefinite) [move=sysop] (indefinite)) [cascading]) |
Chris Kahn (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:APIClass|Common Class|Common}} | {{Template:APIClass|Common Class|Common}} | ||
{{Template:Commont.SetLanguage.Cmt}} | |||
=== Method Syntax=== | === Method Syntax=== | ||
Revision as of 16:01, 4 February 2014
Template:Commont.SetLanguage.Cmt
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)