All Editions
Related Functions
Example
The IN_RegisterLanguageTable function registers a language table for Imagenation to use. The integration can then use the IN_GetLanguageString function to retrieve strings from this table. Spicer's Lingo program produces language tables. This program manages the translations of the user interface.
Syntax
int IN_RegisterLanguageTable( pLangPath, pFileMask, pLangTable )
|
Input Parameters |
Meaning |
|
CHARPTR pLangPath |
pointer to the directory path where the language tables are stored |
|
CHARPTR pFileMask |
pointer to the file name mask for the auxiliary language table (for example, lang*.lng) |
|
Meaning | |
|
IN_LANG_TABLE_PTR pLangTable |
pointer to the identifier of the language table |
Release information
Added to Imagenation for Windows in Release 4.42.
As of Release 5.1, also available in Imagenation for UNIX.
See also