Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.12 KB

TVIBinResource-GetTranslationLanguageID.md

File metadata and controls

40 lines (25 loc) · 1.12 KB

GetTranslationLanguageID method

Project: Binary Version Information Manipulation Units.

Unit: DelphiDabbler.Lib.VIBin.Resource.

Class: TVIBinResource

Applies to: ~>1.0

function GetTranslationLanguageID(TransIdx: Integer): Word;

Description

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.

See Also