|
|
|
Resource Hacker Guide
1. Copy SmartFTPENU.dll to SmartFTPXXX.dll
Where SmartFTPXXX.dll is the file name you can get with the
Resource ID Generator
2. Start Resource Hacker
3. Open the SmartFTPXXX.dll with
Menu: File->Open
4. A new window will open where you can see all resources on the left pane in a tree view
5. Change the language id of all resources.
The correct "Language" can be get with the
Resource ID Generator .
Right click on resource name then "Properties"
Default is 1033 = ( U.S. English)

6. Open the "Version Info" resource.
Change the following values with the help of the Resource ID Generator
BLOCK "040904b0"
VALUE "Translation", 0x0409 0x04B0
7. Set the "InternalName" and "OriginalFilename" property to the name of your dll (SmartFTPXXX.dll).
8. To save the changes go to Menu: File->Save
|
|