View Single Post
  #39  
Old 29-11-2013, 03:09
sentinelks sentinelks is offline
Banned
 
Join Date: May 2013
Location: hjklò
Posts: 281
Thanks: 74
Thanked 320 Times in 157 Posts
sentinelks is on a distinguished road
[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.
Reply With Quote