Description
Sets the OpenInsight language.
Syntax
retval = Set_Language (language)
Parameters
The function has the following parameters:
| Parameter | Description |
|---|---|
| language | A language that is defined in the Language Settings dialog box in the Database Manager. |
Returns
This function returns a line of text. The format of the line is as follows:
Language set to language parameter
See also
Example
retval = Set_Language("FRENCH")
call msg(@window,retval)