Project: Binary Version Information Manipulation Units.
Unit: DelphiDabbler.Lib.VIBin.Resource.
Class: TVIBinResource
Applies to: ~>1.0
function IndexOfStringTableByTrans(LanguageID, CharSet: Word): Integer;
Finds the index of the string table with a given translation code within the string table list.
Parameters:
- LanguageID -- The language identifier component of the string table's translation code.
- CharSet -- The character set code component of the string table's translation code.
Returns:
- The index of the string table in the string table list, or
-1
if such a string table can not be not found.