Multilangual support in MQL4 MQL5 ?

 

Greetings,

When confronted with the idea of multilanguage support for my first indicator, lets say Dutch and English, I stumbled upon the fact that input parameters get there interface value from the comment after the variable declaration. For example:

input int iFontSize = 12;    // Font Size

I did search for "multilangual" in mql5book.pdf (about 2000 pages) and mql5.pdf  (about 6000 pages) but no hit.

Is this just not possible or is there some hack I just do not know about yet?

Hope te hear, Adriaan.




 

Providing multilingual support for input parameters in MT4/MT5 indicators is not a built-in feature.