Link to home
Start Free TrialLog in
Avatar of pr_wainwright
pr_wainwright

asked on

Resource DLL using resourcestring

I have an application which I need to make internationalized. I want to move all the application strings into a resource DLL (using resourcestring) to make translation into other languages easier.

Q) How do I load a DLL & overwrite the applications original strings with the DLL's strings using this procedure?

A simple example using 1 string on a form that changes when the DLL is loaded would be nice.

Thanks
Paul.
Avatar of Barthax
Barthax
Flag of United Kingdom of Great Britain and Northern Ireland image

GNU gettext for Delphi would be a simpler solution: http://dybdahl.dk/dxgettext/
Avatar of kimboulton
kimboulton

Do you still want an example?
Avatar of pr_wainwright

ASKER

Kimboulton,
                A simple example would be nice. I looked at GNU GetText as Barthax suggested but a 6mb download for a simple task was a bit much.

Thanks
Paul.
Fair comment. :)
ASKER CERTIFIED SOLUTION
Avatar of Member_2_248744
Member_2_248744
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial