Unicode Controls & Classes for VB6 - Version 4

clsMultiLngsupport.GSS Function

Get Section String
Gets a value from a specified section

Syntax
Public Function GSS (ByVal sSection As String, _
ByVal sId As String, _
Optional ByRef sDefValue As String = "") As String
Parameters
Parameter Description
ByVal sSection As String The section identifier
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