Unicode Controls & Classes for VB6 - Version 4
clsMultiLngsupport
.GS Function
Get String
Loads a string from the translation file using the complete key
Syntax
Public Function GS (ByVal
sKey
As String, _
Optional ByRef
sDefValue
As String = "") As String
Parameters
Parameter
Description
ByVal
sKey
As String
The complete key of the translation (ex.
.
)
Optional ByRef
sDefValue
As String = ""
The default value if the translation doesn't exist
Remarks