View Single Post
  #2  
Old 15-08-2013, 22:35
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
Quote:
Originally Posted by sentinelks View Post
add language file english.isl in folder files and change string

Code:
#ifdef Eng
Name: "Eng"; MessagesFile: "compiler:Languages\english.isl";
#endif
to

Code:
#ifdef Eng
Name: "Eng"; MessagesFile: "Files\english.isl";
#endif
why ?? just correct the names ??

Code:
[Languages]
#ifdef Ita
Name: "Ita"; MessagesFile: "compiler: Languages\italian.isl";
#endif
#ifdef Eng
Name: "Eng"; MessagesFile: "compiler: Default.isl"; 
#endif
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
Behnam2018 (22-12-2024)