Hello.
I'm a newcomer to Pelles C but I think it's a great dev tool !
My first question at this time : How to translate the IDE elements from English to French language ?
Thanks a lot.
=D>
Quote from: "gafaure"I'm a newcomer to Pelles C but I think it's a great dev tool !
Thanks!
Quote from: "gafaure"
My first question at this time : How to translate the IDE elements from English to French language ?
You want a French version of the IDE? At the moment there are only Swedish, English and German translations (that I'm aware of)...
...but you can always translate it yourself... ;-)
The quickest way (if you are running under Win NT/2K/XP) is to make a copy of "rsrc0009.dll" - found in "<path to Pelles C>\Bin\Intl". Call it "rsrc000c.dll" - if I'm correct 0x0C is the language identifier for France. Load this DLL file into the IDE - it should be opened in "resource view" - and start translating...
Pelle
How to translate the IDE elements from English to Russian language ?
http://msdn.microsoft.com/en-us/library/windows/desktop/dd318693(v=vs.85).aspx (http://msdn.microsoft.com/en-us/library/windows/desktop/dd318693(v=vs.85).aspx)
if I am not wrong the language identifier for russian should be 0x19.
As I understand, after translation of the interface is the result saved in a new file.
However, after emergence of a new version of the program, I again have to translate everything?
Is is possible to insert already made a translation in a new version of the program?
Quote from: Hemulo on May 13, 2012, 11:56:25 AM
Is is possible to insert already made a translation in a new version of the program?
If you send the translation to Pelle he can include it in the distribution.
In addition he will be able to send you a new resource file before the new version is released, so you can update the translation.