|
[Languages]
Name: Serbian; MessagesFile: Include\SerbianCyrillic.isl, Include\SerbianCM.isl; method1
method 2
[CustomMessages]
Serbian.Configure= Configure in your lng
Serbian.BeginInstall=Begin Install in your lng
example:
Default eng is
WizardForm.NextButton.Caption := 'Configure';
Customm is
WizardForm.NextButton.Caption := ExpandConstant('{cm:configure}');
SerbianCM you must create the file with your translation of: Configure,Begin Install,<<Welcome to Setup Wizard>>,<<Setup Wizard Configuration>>,From here you can change the setup configuration
Last edited by sentinelks; 29-11-2013 at 04:53.
|