====== Set_Language Function ====== ==== 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 ==== [[get_language|Get_Language]] function ==== Example ==== retval = Set_Language("FRENCH") call msg(@window,retval)