View Single Post
  #3  
Old 09-12-2014, 17:48
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 cavaliero View Post
can you add french language to the compile plz ???

simple add this to Language section of Coha.iss script.

[Languages]

Name: "french"; MessagesFile: "compiler:\Languages\French.isl"

so it should look like:

Code:
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "french"; MessagesFile: "compiler:\Languages\French.isl"
Reply With Quote