Board index » delphi » how to translate Bde error message to another language

how to translate Bde error message to another language

hello to all

I use delphi 2.01.

I need to translate the BDE error message to another Language.

i find the error message and codes in the files:

dbconsts.pas and dbconsts.rc

What should i do with this files ??

                                                Thanks

                                                 Shraga

 

Re:how to translate Bde error message to another language


Quote
shraga wrote:

> hello to all

> I use delphi 2.01.

> I need to translate the BDE error message to another Language.

> i find the error message and codes in the files:

> dbconsts.pas and dbconsts.rc

> What should i do with this files ??

You can use Borland Resource Compiler, BRCC.EXE to compile those
edited .RC files to Windows .RES Resource files.  Then Rebuild Library
in Delphi, and you got your multilingual error messages to run.

I have not tried that anyway, because D1 version does not include .RC
files. Instead I have used Resource Workshop to edit the .RES files
directly in my DELPHI\LIB directory.

Markku Nevalainen

Other Threads