I have an application with ReportBuilder 7.03. On some computers the application shows the report designer in german and on some in english. How can I manupulate it by program and what dll have to be copied?
You can adjust the language used in RB using the Report.Language property at runtime. In order for this to function correctly when you deploy your application, you will need to include the proper language .dll files. Detailed instructions on how this should be done can be found in the \RBuilder\Languages\... directory. (ReadeMe.doc)
Thank you, but there I found only something how to create own internationalization. Inside of my application I am already set the language of the report builder. What I am searching are, which DLLs I have to copy with my application to the client pc.
I believe I found it. These files are rb*.eng, which are placed in the Windows\System32 directory. Can I change the path by program so that it is not necessary to copy these files into this directory?
Try placing the dll file inside the application directory. This should also allow you to use different language resources at runtime from a deployed app.
Comments
You can adjust the language used in RB using the Report.Language property at
runtime. In order for this to function correctly when you deploy your
application, you will need to include the proper language .dll files.
Detailed instructions on how this should be done can be found in the
\RBuilder\Languages\... directory. (ReadeMe.doc)
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
internationalization.
Inside of my application I am already set the language of the report
builder.
What I am searching are, which DLLs I have to copy with my application to
the client pc.
Regards Nicolas
Windows\System32 directory.
Can I change the path by program so that it is not necessary to copy these
files into this directory?
Try placing the dll file inside the application directory. This should also
allow you to use different language resources at runtime from a deployed
app.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com