bOk = MTblGetLanguageString( nLanguageID, sSection, sStringName, srString )

Retrieves a language-specific string.

Parameters
nLanguageID
Number: The language ID.

sSection
String: The name of the section to search for.

sStringName
String: The name of the string to retrieve.

srString
Receive String: Contains the language-specific string if the function returns successfully.

Return
Boolean: TRUE if successful or FALSE if an error occurs

Example

Call MTblGetLanguageString( -1, "Printing", "StatDlg.Title", sString )

See also
Localization

Created with the Personal Edition of HelpNDoc: Full-featured Documentation generator