I'm using Delphi 5 Pro and I'm having trouble localizing my project ... Here are the steps that I have taken !
In my project I have a combobox where the user can choose which language he wants to use. This was taken from the richedit example and its been tested to work ...
I use the ressource dll wizard to create my different languages. I have tried with and without including my current project. I then go to the different language sub-directories and modify the DFMs to the translation needed. When I do a Build All Projects, my executeable doesn't take into consideration the modifications. If I even change the root project and build or build all, the modifications aren't taken into consideration either ... Its as if something else is being used to build my code !!! I have checked the project and made sure that the DFMs are in the proper sub-directories. When I open only the root project and build it without the other languages, my modifications aren't accepted either. There must be an old ressource file thats being used but I can't find it. My project doesn't use any and I delete the old default one which gets recreated when I open up the project ...
Can anyone detali the process for me please ... Maybe I'm forgetting a setting or something or ...
Thanks
In my project I have a combobox where the user can choose which language he wants to use. This was taken from the richedit example and its been tested to work ...
I use the ressource dll wizard to create my different languages. I have tried with and without including my current project. I then go to the different language sub-directories and modify the DFMs to the translation needed. When I do a Build All Projects, my executeable doesn't take into consideration the modifications. If I even change the root project and build or build all, the modifications aren't taken into consideration either ... Its as if something else is being used to build my code !!! I have checked the project and made sure that the DFMs are in the proper sub-directories. When I open only the root project and build it without the other languages, my modifications aren't accepted either. There must be an old ressource file thats being used but I can't find it. My project doesn't use any and I delete the old default one which gets recreated when I open up the project ...
Can anyone detali the process for me please ... Maybe I'm forgetting a setting or something or ...
Thanks