IN_GetAvailableLanguages

All Editions image\bltlrgsq_shg.gif Related Functions  image\bltlrgsq_shg.gif Example

The IN_GetAvailableLanguages function returns a list of languages available for use in Imagenation.

Syntax

int IN_GetAvailableLanguages ( maxSize, pLanguage )

Input Parameters

Meaning

USHORT maxSize

maximum size, in bytes, of the pLanguage array

Output Parameters

Meaning

CHARPTR pLanguage

pointer to the list of available languages with their English names. Each language is NULL-terminated, with a double-NULL terminating the list.

Remarks

The returned languages must match the character set that the computer is currently using. For example, Japanese will not be returned unless the Japanese character set is available.

Release information

Added to Imagenation for Windows in Release 4.42.

As of Release 5.1, also available in Imagenation for UNIX.

See also

Defining the interface language