need designer localization at runtime
Hi, I've used the recompile wizard to swithch language, but I've found that I've the new language only at design time (TfrxReport), while if I run the designer in my program to let the user desigh/modify reports, the designer is still in english (TfrxDesigner).
I use code like this:
I drop in the form a TfrxDesigner component, a TfrxReport, and execute:
frxReport1.DesignReport;
What I relly need should be right the opposite behaviour. You know, a programmer has to know english, your documentation is in english, delphi is english, properties/methods/etc. are in english. So when I design reports double clicking TfrxReport I would love to have it in english, and when I deploy my app to italian customers I would love to have them have the designer in italian (also previev captions, and whatever). In any case, you could provide an option in the recompile wizard, even if I feel that my needs are the more logical for 99% of the situations.
Or maybe I've something wrong going here...
thanks a lot
Marco
(IBO 4.3.A native IB_ components, D6 pro, FR3.03 pro, Win2K)
I use code like this:
I drop in the form a TfrxDesigner component, a TfrxReport, and execute:
frxReport1.DesignReport;
What I relly need should be right the opposite behaviour. You know, a programmer has to know english, your documentation is in english, delphi is english, properties/methods/etc. are in english. So when I design reports double clicking TfrxReport I would love to have it in english, and when I deploy my app to italian customers I would love to have them have the designer in italian (also previev captions, and whatever). In any case, you could provide an option in the recompile wizard, even if I feel that my needs are the more logical for 99% of the situations.
Or maybe I've something wrong going here...
thanks a lot
Marco
(IBO 4.3.A native IB_ components, D6 pro, FR3.03 pro, Win2K)
Comments
$(DELPHI)\FR3\Source\ado;
$(DELPHI)\FR3\Source\bde;
$(DELPHI)\FR3\Source\dbx;
$(DELPHI)\FR3\Source\ibx;
$(DELPHI)\FR3\Source\ExportPack;
$(DELPHI)\FR3\LibD6
so it should be ok. I compile without "Build with runtime packages" (produced a single indipendent exe).
What could be wrong?
thanks
Marco
Ah, could the installation program should use $(DELPHI) instead of the full path? It will shorten the string and make it more redable.
Thanks again for the help
Marco