Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Get_Language Function ====== ==== Description ==== Retrieves the currently active language used by OpenInsight. ==== Syntax ==== retval = Get_Language() ==== Parameters ==== The function does not have any passable parameters. ==== Returns ==== The Language currently used by OpenInsight. This function retrieves the language from field 15 of the Environment Constants. ^Language Set Used^Return Value^ |ENGLISH\\ LND_ENGLISH\\ LND_DEFAULT|(Null)| |ITALIAN\\ ITA|ITA| |SPANISH|ESP| |GERMAN|DEU| |FRENCH|FRA| |Other|Other. (The return value is not intercepted and is returned as is.)| ==== See Also ==== [[set_language|Set_Language]] function, [[getlanguagename|GetLanguageName]] function ==== Example ==== <code> /* Suppose the language is set to Italian. When the following line of code is executed currentLanguage will contain "ITA" */ currentLanguage = Get_Language() call msg(@window, currentLanguage) </code> guides/programming/programmers_reference_manual/get_language.txt Last modified: 2024/06/19 20:20by 127.0.0.1