You can see that the menu items that are in Masterpage are displaying German characters. But in the content page, below corporate office, the characters are not recognised.
Think I am taking lots of your time. Thanks for supporting.
Please mark as answered if this answer helped you.
Shankar_ss
Participant
1270 Points
279 Posts
Re: Master page and sub page - localization issue
Apr 06, 2012 01:59 PM|LINK
Masterpage:
<asp:ContentPlaceHolder ID="head" runat="server">
</asp:ContentPlaceHolder>
I added the contentplaceholder after you had suggested.
The page:
<%@ Page Language="VB" MasterPageFile="~/PublicMaster.master" AutoEventWireup="false"
CodeFile="contact.aspx.vb" Inherits="contact" Title="Contact us" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
<asp:Content ID="contenthead" ContentPlaceHolderID="head" runat="Server">
<meta http-equiv="content-language" content="en, de" />
</asp:Content>
I have added the asp:Content after your suggestion.
Still the page doesn't work in german.
The page is available in the following link:
myclientssite.recruitmentexchange.com/contact.aspx
You can see that the menu items that are in Masterpage are displaying German characters. But in the content page, below corporate office, the characters are not recognised.
Think I am taking lots of your time. Thanks for supporting.
Shankar