In the description is the option defined with /l langid and langid is a part of the name of the resource file (the english resource file is rsrc0009.dll). In my opion this means for starting the poide in english you need the parameter /l 0009, but this don't work. ;)
The option which works is /l 9. :)
I would suggest to change the description to make the option little bit clearer or change the behaviour of the IDE. :)
It must start with a hex prefix, like /l 0x0009 (0009 starts with zero, so will be interpreted as octal - 9 isn't a valid octal digit...).
I will change the help file, some day...
Quote from: Pelle on June 16, 2009, 08:27:59 PM
It must start with a hex prefix, like /l 0x0009 (0009 starts with zero, so will be interpreted as octal - 9 isn't a valid octal digit...).
I will change the help file, some day...
Help is now (Pelles C 6.0 RC3) nearly perfect (I miss octal numbers, but this is not so important).
Thanks Pelle !!! :)