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