<div dir="ltr">I have some problems getting my HTMLTitleFmt to work properly with internationalisations. The site is in two languages, both with a separate (:title ...:) markup inside the userlang conditional. To supply the HTMLTitleFmt, the following code is used:<br>
<br>$title = PageVar($pagename,&#39;$Title&#39;);<br>$HTMLTitleFmt = &quot;$title | $WikiTitle&quot;;<br><br>But on pages in both languages, only one $Title is identified - the one coming last. Any ideas how to solve this, and have the page title (and maybe the WikiTitle as well) displayed in the selected user language?<br>
<br>Cheers,<br>V.<br></div>