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