isc_install_load_external_text()

From InterBase

Go Up to API Function Reference


Loads the messages from the specified message file.

Syntax

 MSG_NO isc_install_load_external_text(TEXT *external_path)
Parameter Type Description

<external_path>

TEXT*

Pointer to a buffer that contains the full path and file name of a file or error and warning messages in a language other than English

Description

isc_install_load_external_text() loads the message file from the named path. This file contains the text of the install error and warning messages as well as option names and descriptions, action text, and status messages.

Return value

Returns zero if the function executes successfully, a positive number if an error occurs, and a negative number if the function completes but with warnings.

Advance To: