| View previous topic :: View next topic |
| Author |
Message |
DaveKelly Novice
Joined: 27 Feb 2009 Posts: 4
|
Posted: Fri Feb 27, 2009 8:08 am Post subject: ResourceStrings not translating |
|
|
Using V4.0.1
I have a project which uses a separate module with the resourcestrings section, for the string constants.
I have had all of the strings translated, however when running the application any strings taken from the resourcestrings section in the second language, displays as random strings from the native language from other modules/forms.
I have tried both standard and on the fly methods. |
|
| Back to top |
|
 |
laegteskov Novice
Joined: 11 Nov 2009 Posts: 1
|
Posted: Wed Nov 11, 2009 6:47 pm Post subject: Same problem |
|
|
I have the same problem using Delphi 2007 Prof and Localizer 4.2.0.56.
Was there a fix for this one? |
|
| Back to top |
|
 |
DaveKelly Novice
Joined: 27 Feb 2009 Posts: 4
|
Posted: Tue Nov 17, 2009 10:48 am Post subject: |
|
|
Yes.
It is necessary to rebuild the project every time the application is rebuilt.
The language dll's are tied to a specific build of the application. |
|
| Back to top |
|
 |
|