Common.SetLanguage: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
Albert Szeto (talk | contribs) m (moved Public Sub - Common to Common.SetLanguage) |
(No difference)
|
Revision as of 22:39, 24 September 2013
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.