Common.SetLanguage

From ReliaWiki
Revision as of 19:21, 23 September 2013 by John Leavitt (talk | contribs)
Jump to navigation Jump to search


Sets the language for the whole library.

Syntax

Public Sub SetLanguage( ByVal language As Language)

RSLicense8Localization.ChangeLanguage(CType(language, RSLicense8Localization.Language))
RSLocalization.ChangeLanguage(CType(language, RSLocalization.Language))

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