Description

Sets the OpenInsight language.

Syntax

retval = Set_Language (language)

Parameters

The function has the following parameters:

ParameterDescription
languageA 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

Get_Language function

Example

retval = Set_Language("FRENCH")
call msg(@window,retval)
  • No labels