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