Unicode Controls & Classes for VB6 - Version 4

clsMultiLngsupport.GFS Function

Get Form String
Loads a string from the translation file using the "Id" parameter as a control name and the given form name as section

Syntax
Public Function GFS (ByRef oFrm As Object, _
ByRef sId As String, _
Optional ByRef sDefValue As String = "") As String
Parameters
Parameter Description
ByRef oFrm As Object The form used to take the correct section from the translation file; you should always use the keyword "Me" here for avoiding problems
ByRef sId As String The translation key
Optional ByRef sDefValue As String = "" The default value if the translation doesn't exist
Remarks