Common.SetLanguage: Difference between revisions
Jump to navigation
Jump to search
Albert Szeto (talk | contribs) m (moved Public Sub - Common to Common.SetLanguage) |
Albert Szeto (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
=== Syntax=== | === Syntax=== | ||
{{APIName|SetLanguage(}} | {{APIName|SetLanguage(}} | ||
{{APIPrefix|ByVal}} | {{APIPrefix|ByVal}} | ||
{{APIName|language}} | {{APIName|language}} | ||
{{APIPrefix|As}} | {{APIPrefix|As}} | ||
{{APIName|Language)}} | {{APIName|[[Language]])}} | ||
{{APIComment|Sets the language for the whole library. It cannot be set separately for a different instances of classes.}} | {{APIComment|Sets the language for the whole library. It cannot be set separately for a different instances of classes.}} | ||
== Usage Example == |
Revision as of 22:45, 24 September 2013
Sets the language for the whole library.
Syntax
SetLanguage( ByVal language As Language)
Sets the language for the whole library. It cannot be set separately for a different instances of classes.