retrieve terminal language within mql4 ?

 

Hello,

Do someone know how i can retrieve the terminal language with mq4 code ? I would like to know if the launched terminal is in English language for instance or Spanish, etc.. I didn't think any trick right now. Thanks in advance.

 
Sol Dev:

Hello,

Do someone know how i can retrieve the terminal language with mq4 code ? I would like to know if the launched terminal is in English language for instance or Spanish, etc.. I didn't think any trick right now. Thanks in advance.

TerminalInfoString(TERMINAL_LANGUAGE)
 
Irwan Adnan:
Thank you very much, it works correctly !
Reason: