All Editions
Related Functions
Example
The IN_GetLanguage function returns the English name and the local name of the language that is currently being used by Imagenation.
Syntax
int IN_GetLanguage ( pEnglishName, pLocalName )
|
Meaning | |
|
CHARPTR pEnglishName |
pointer to the English name of the current language (for example, French). It must be at least IN_LANGUAGE_NAME_LENGTH + 1 bytes in size. |
|
CHARPTR pLocalName |
pointer to the local name of the current language (for example, français). It must be at least IN_LANGUAGE_NAME_LENGTH + 1 bytes in size. |
Remarks
Spicer's Lingo program produces language tables. This program manages the translations of the user interface.
Release information
Added to Imagenation for Windows in Release 4.42.
As of Release 5.1, also available in Imagenation for UNIX.
See also