View Single Post
  #5  
Old 19-06-2017, 18:33
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 KaktoR View Post
Try this

Create language.txt and include ("compiler: Default.isl" delete the space, have spaced it because of smiley )

Name: "english"; MessagesFile: "compiler: Default.isl"
Name: "spanish"; MessagesFile: "compiler:Languages\Spanish.isl"
Name: "french"; MessagesFile: "compiler:Languages\French.isl"
Name: "german"; MessagesFile: "compiler:Languages\German.isl"

Code:
#define LanguageFile ".\languages.txt"
#define LanguageName

[INI]
Filename: "{app}\ALI213"; Section: "Settings"; Key: "Language"; String: "{code:GetLanguageName}"; 

[C ode]
 var
  LanguageNames: TStringList;
Have not tested but it should work
just select disable smilies in text under misc options below submit reply button
Reply With Quote