Common.SetLanguage: Difference between revisions

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


{{APIPrefix| Public Sub}}
{{APIName|SetLanguage(}}
{{APIName|SetLanguage(}}
{{APIPrefix|ByVal}}
{{APIPrefix|ByVal}}
{{APIName|language}}
{{APIName|language}}
{{APIPrefix|As}}
{{APIPrefix|As}}
{{APIName|Language)}}
{{APIName|[[Language]])}}
:{{APIName|RSLicense8Localization.ChangeLanguage(CType(language, RSLicense8Localization.Language))}}
 
:{{APIName|RSLocalization.ChangeLanguage(CType(language, RSLocalization.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.

Usage Example