Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

See also

Set_Language functionGetLanguageName function

Example

Code Block
/*
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)