Unicode Controls & Classes for VB6 - Version 4
clsMultiLngsupport
.Start Method
Loads the translation file from the given path into memory
Syntax
Public Sub Start (ByVal
sLanguageFile
As String, _
Optional ByVal
sInterfaceFontName
As String = "")
Parameters
Parameter
Description
ByVal
sLanguageFile
As String
The complete path of the .ini translation file
Optional ByVal
sInterfaceFontName
As String = ""
A font that support Unicode chars
Remarks