How to let layout.Master footer support other language than english

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
6/19/2012 11:27:57 PM
Gravatar
Total Posts 19

How to let layout.Master footer support other language than english

How to let layout.Master footer support other language than english

I change layout.Master footer,like below, but it not worked.

<div id="wrapfooter">
        <br class="clear" />
        <portal:SiteMapLink id="SiteMapLink1" runat="server" CssClass="sitemaplink" /> |

       <a title="广告" href="Default.aspx?pageid=4"> 广告 </a> |

      <a title="关于我们" href="Default.aspx?pageid=7"> About us </a>

  </div>

it seems only support english .if I put english there, it worked.

How can I do? 

6/20/2012 7:13:22 AM
Gravatar
Total Posts 18439

Re: How to let layout.Master footer support other language than english

Hi,

The layout.master file is a text file, it may have ansi/ascii encoding, if you change the file encoding to utf-8 it should work. You can change it using a text editor like Notepad++.

When you make your link you should use /Default.aspx rather than just Default.aspx so that it works correctly on pages that are not in the root of the site.

Hope that helps,

Joe

6/20/2012 9:21:17 AM
Gravatar
Total Posts 19

Re: How to let layout.Master footer support other language than english

Thanks  a lot for your help

You must sign in to post in the forums. This thread is closed to new posts.