Project: Binary Version Information Manipulation Units.
Unit: DelphiDabbler.Lib.VIBin.Resource.
Class: TVIBinResource
Applies to: ~>1.0
function GetStringTableLanguageID(TableIdx: Integer): Word;
Gets the language identifier of a string table in the string table list.
Parameter:
- TableIdx -- Index of the required string table within the string table list.
Returns:
- The language identifier of the selected string table.
Exception:
- EVIBinResource is raised if TableIdx is out of bounds.