Quote:
Originally Posted by ShadowEagle
Hi, i changed the text in Default.isl to the text from German.isl.
After clicking compile, i get no error, but i get no Setup.exe too
Is there a log file? So i can find the error message and te reason why there is no Setup.exe after changing from english to german?
|
Figured it out, It's the code session, We have to add in the lines on the main Source, since that's where the issue is..
Code:
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "german"; MessagesFile: "compiler:Languages\German.isl"
Since in the GUI of BB the Default.isl is called with name English and i think during compiling the compiler was not able to find the string
and instead found
which may have resulted in a Compiler termination at the end..
Try keeping the
in the 'German' default.isl keeping the other lines untouched, just change the "LanguageName from Deutsch to English"..
Try experimenting until some thing comes up. And there valuable observations of others will help the developer to actually make the software better with more features.