This looks like a bug in the XSL. It is using the name attribute of the
channel. If you're comfortable digging in the XSL you can find the
places like:
<span class="portal-subnav-label"><xsl:value-of select="@name"/></span>
And replace it with:
<span class="portal-subnav-label">UP:CHANNEL_TITLE-{<xsl:value-of
select="@ID" />}</span>
-Eric
Curtis Garman wrote:
> Why is it that the subtabs in uportal 3.1.1 don't display the "display
> name" as specified in the portlet.xml? It would seem to me that they
> should...especially because you may have multiple display names set
> for localization. Am I missing something?
>
>