You use EasySetup in English and the setup program for your application can use the new language.
You have to translate only this language file:
Code: Select all
; EasySetup - LanguageFile Installer
; --------------------------------------------
;  LanguageID:  Italian = 16 / Portuguese = 22 / Russian = 25 / Romanian = 24 
; Variablen:  $ProgName / $Version / $Author / $EMail / HP$
;
[Translation]
Language = 
LanguageID = 
Author = 
EMail =
[Install]
Window = Install '$ProgName'
Msg0 = Required disk space:
Msg1 = Copy Program Files
Msg2 = Create Desktop Icon
Msg3 = Create Startmenu Shortcuts
Msg4 = Program will start right after EasySetup has been closed
Msg5 = Create Uninstaller Entry
Msg6 = Create additional Links
Ready = Completed
Help = Help
[Page01]
Titel = Welcome to the installation of|'$ProgName'
Msg1 = EasySetup will now install '$ProgName' version $Version on your computer.
Msg2 = Click 'Next' to continue installation.
Msg3 = Please close all other applications before continuing.
CopyRight = This program is protected by copyright.
[Page02]
Titel = Licence Agreement
Msg = Please read the following information before continuing.
AcceptYes = I accept the agreement
AcceptNo =  I do not accept the agreement
[Page03]
Titel = Setup Settings
Msg = Installation Directory, StartMenu Folder and Desktop Icon
ProgDir = Install program in this directory:
MenuDir = StartMenu folder for Program Shortcuts:
DesktopIcon = Create a desktop icon
[Page04]
Titel = Information
Msg = A short description of the program
[Page05]
Titel1 = Installation of '$ProgName'
Msg = Click 'Install' to start installation!
Install = Install Program '$ProgName'
Titel2 = Installation finished
RunProg = Start program after closing EasySetup.
Ready = Installation completed
[Requester]
RQ1_Titel = Select Start Menu Folder
RQ1_Msg = No valid start menu folder.
RQ2_Titel = Please select a directory
RQ3_Titel = Select Directory
RQ4_Titel = EasySetup - Warning
RQ4_Msg = Close Program '$Titel' first!
RQ4_Msg2 = Then press 'OK'!
[FileVersion]
Window = Copy File
FrameOld = Current File Version
FrameNew = New File Version
Msg = Replace the current file with this new file version?
Version = Version:
Lang = Language:
Desc = Description:
NotAvailable = --- not available ---
[Buttons]
Next = Next
Back = Back
Apply = Apply
Cancel = Cancel
Change = Change
Install = Install
Finish = Exit
Yes = Yes
No = No
[Uninstaller]
Titel = Uninstall Program
Msg = Program files and registry entries will be removed.
UninstInfo = Following program will be removed from the computer:
DelAll = Delete all(!) files in the directory (including user files).
Error = Uninstall process not possible.
Status = Uninstalling completed.
OK = OK
Cancel = Cancel
Ready = CloseGerman, English, Spanish, Dutch, French, Norwegian


