Frage

I've been searching for information on DotNetNuke's content localization in version 6.2.4 but I can't find much.

I have a custom DDR (DNN) Menu where I need to switch the NodeSelector in French:

For the English page it looks like this:

<dnn:MENU MenuStyle="LeftSideBarMenu" runat="server" NodeSelector="[Page Name in English]"></dnn:MENU>

When I'm on the French page, is there a way to detect the French page text and change where it says [Page Name in English] to the corresponding French Name?

Edit:

Something like:

<dnn:MENU MenuStyle="LeftSideBarMenu" runat="server" NodeSelector="<% if it's the English page show ENGLISH name else show FRENCH name %>"></dnn:MENU>
War es hilfreich?

Lösung

I believe you can update the Page settings for the French name, when you're in that mode

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top