Zaher Dirkey wrote: > The problem Lazarus after first install start with Arabic and with mixed > with English words that not translated, and with some funny translated > words. > That make Bad points for Lazarus for a newbies students and teachers.
Why not create your own custom setup.exe that doesn't ship with the Arabic translation. Or, is it not possible to pass a parameter to startlazarus.exe or lazarus.exe telling it which language to use? Then modify the setup.exe to create shortcut with that parameter (though removing Arabic translation file is probably less effort). Lazarus uses INNO setup which you can download freely off the net so you can create your own setup.exe file. The INNO setup scripts and information file (*.iss) is located in <laz>/tools/install/ directory. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://opensoft.homeip.net/fpgui/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
