This is quite a complex procedure.
I'm having great difficulty with the system variables.. ie:
ppSystemVariable1 .. which is set to a page numbering variable vtPageSetDescr.
It then displays: page 1 of 15
I cannot control this, and want to translate this to read:
bladsy 1 van 15
May be this string is used in resources (it might look like "page %d of %d"), then you will need to use Resource Strings Translation Wizard and improt this string for translation.
ReportBuilder Offers a translation tool, but unfortunately requires dll's be ported with your app.
For now this works, but is a most disappointing solution.
Could you perhaps consider Direct ReportBuilder Support in a future version.
PS the Resource strings also didn't work as expected.
> PS the Resource strings also didn't work as expected
Sounds strange ! Please explain what is wrong. I have a lot of Developer Express dialogs that translated using resource strings wizard and it works fine. I doubt there are something extra in Report Builder.
Well .. I don't know what I did wrong the first time. But having to port dlls using the ReportBuilder Translation tool, just gave me the incentive to try again.
This time I carefully approached the whole matter, and coupled the resource strings to the MainForm of my project.
I carefully searched through hundreds of strings and found the ReportBuilder ones, and as you quite correctly said .. It WORKS!!