Documentation Center

PslLanguages.FindLangID

This method finds a PslLanguage in the project. The language is given by a language ID.

Syntax

Expression.Add (LangID as Integer, Index as Integer) as PslLanguage

Expression Object of type PslLanguages

LangID Integer, Language ID as defined in the appendix of the SDL Passolo Reference Manual and used in Passolo to define source and target languages.

Index Integer, If the project contains more than one matching languages, the Index defines which matching language should be returned. 1 finds the first matching language.