<pre>Hello<br>The test scripts saying that Gettext was not installed correctly. I think that, at least for me, the problem came from the fact that Cartoweb uses two letters codes for the language, such as de, en or fr, whereas my system (Debian Testing) uses longer locale names, such as fr_FR or 
<a href="http://lists.maptools.org/mailman/listinfo/cartoweb-users">fr_FR at euro.</a><br><br>Here is how I fixed it :<br>- in /usr/share/i18n/locales, added a symbolic link &quot;fr&quot; pointing to &quot;<a href="http://lists.maptools.org/mailman/listinfo/cartoweb-users">
fr_FR at euro</a>&quot; :<br>ln -s <a href="http://lists.maptools.org/mailman/listinfo/cartoweb-users">fr_FR at euro</a> fr<br><br>- added a line to /etc/locale.gen (editing /etc/locale.alias does not seem to be enough) :
<br>fr ISO-8859-15<br><br>- run locale-gen.<br><br>After doing this, the sh and php tests say &quot;Gettext is OK, well done !&quot;, and the version of the demo project in French becomes available.<br><br><br>Bye<br><br>
</pre>