Hello,<br><br>in my attempt to create a proof-of-concept of a multilanguage-website without the needs for /en/, /de/, /fr/ folders and siblings, I tried the following in my template:<br><br><span style="font-family: courier new,monospace;"><cms:include element='body' editable="true"></span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">    <cms:param name="__locale">${empty cookie.lang.value ? 'en' : </span><span style="font-family: courier new,monospace;">cookie.lang.value</span><span style="font-family: courier new,monospace;">}</cms:param></span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;"></cms:include></span><br style="font-family: courier new,monospace;"><br>But it does not work as expected. The <span style="font-family: courier new,monospace;">__locale </span>parameter seems to be ignored. I use OpenCms 7.5.4 here.<br>

<br>Someone else already had this problem: <a href="http://mail.opencms.org/pipermail/opencms-dev/2008q4/030850.html">http://mail.opencms.org/pipermail/opencms-dev/2008q4/030850.html</a><br><br>Is there a solution in the meantime?<br>

<br>Best regards,<br>Yves<br>