문제

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>
도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top