There are internationalization options in MQL4?

 

Hi,

 

There are internationalization options to make the comments on the parameters, and of course, the messages run in the OS language? 

 

Example :
Need to make the default language at english, and change it according to the operating system. If not, use english.

 messages

 
wemersonrv:

Hi,

 

There are internationalization options to make the comments on the parameters, and of course, the messages run in the OS language? 

 

Example :
Need to make the default language at english, and change it according to the operating system. If not, use english.

 

I am afraid there is not, you need to build it yourself.
 
Ok, understand
 

But, there are any way to detect the Operational System language  in mql4 ?

If so, i can make a .mqh with the texts of all languages and use #if #ifdef statements to try make it.

 
wemersonrv:

But, there are any way to detect the Operational System language  in mql4 ?

If so, i can make a .mqh with the texts of all languages and use #if #ifdef statements to try make it.

TerminalInfoString(TERMINAL_LANGUAGE);
 
zirkoner:

Thanks
Reason: