Subject RE: [IBO] Suggestions for 4.0
Author Riho-Rene Ellermaa
I have been using RC files for stringresources (I dont' know if they exist
in Delphi).
I create DLL files which contains only stringresources of one language and
in my program I call
LoadString(ResInstance,ID_XXXX,...).
When user wants to swap languages I load new DLL

Back in old times when there was BC++ , I could put all my dialogs,menus and
strings into on dll. This way whole user interface was separated from code
and could be easily translated with Resource Workshop.

Riho-Rene Ellermaa
senior programmer
Hansabank

>
> The whole multi-language aspect of IBO needs to be re-thought
> out. I would
> like to do something along these lines.
>