Robert8486
New Member
I am building a multilingual web site which will provide four languages. I will be using an asp:MenuItem control. For each language I want to read menu items' names from an XML document. XML draft can be thought as the following:\[code\]<root> <language> <en> <home> <link>Default.aspx</link> <text>Home</text> </home> <about> <link>About.aspx</link> <text>About</text> </about> </en> <de> <home> <link>Default.aspx</link> <text>Hauptseite</text> </home> <about> <link>About.aspx</link> <text>