Unicode Controls & Classes for VB6 - Version 4

clsMultiLngsupport.GGS Function

Get Global String
Reads a value from the Global section of the file (which is [GLOBAL])

Syntax
Public Function GGS (ByVal sId As String, _
Optional ByRef sDefValue As String = "") As String
Parameters
Parameter Description
ByVal sId As String The translation key as in the file
Optional ByRef sDefValue As String = "" The default value if the translation doesn't exist
Remarks