Search found 1 match
- Fri Sep 30, 2005 2:11 pm
- Forum: VCL
- Topic: Can't get translation to work in bpl
- Replies: 1
- Views: 3005
Can't get translation to work in bpl
The following code works in a test application but not in a runtime bpl: Declaration in form: dbChartPreviewer: TChartPreviewer; In implementation uses clause: TeeFrench, TeeProCo; Code to switch to french: TeeSetFrench; MessageDlg('Did TeeSetFrench.', mtInformation, [mbOK], 0); dbchartpreviewer.exe...