Get_Language Function

Retrieves the currently active language used by OpenInsight.

retval = Get_Language()

The function does not have any passable parameters.

The Language currently used by OpenInsight.

This function retrieves the language from field 15 of the Environment Constants.

Language Set UsedReturn Value
ENGLISH
LND_ENGLISH
LND_DEFAULT
(Null)
ITALIAN
ITA
ITA
SPANISHESP
GERMANDEU
FRENCHFRA
OtherOther. (The return value is not intercepted and is returned as is.)

Set_Language function, GetLanguageName function

/*

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)
  • guides/programming/programmers_reference_manual/get_language.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1