The RegisterLanguageTable transaction registers a language table for Imagenation to use. The integration can then use the GetLanguageString transaction to retrieve strings from this table. Language tables are produced using Spicer's Lingo application.
Type XTYP_EXECUTE
Syntax [RegisterLanguageTable("langPath", "fileMask")]
|
Parameter |
Data type |
Meaning |
|
langPath |
directory path where the language tables are stored | |
|
fileMask |
string |
file name mask for the language table (for example, lang*.lng) |
|
Reply |
Data type |
Meaning |
|
langTableID |
DWORD |
identifier of the registered language table |
Release information
Added in Release 4.42.
See also