I have turned on the spanish language pack and implementing the conversion of content.
However, the main navigation does not honor the include/exclude property in the skin object.
<ddr:MENU ID="MENU1" MenuStyle="MainNav" runat="server" NodeSelector="*,0,1" ExcludeNodes="40,67" />
40 is the top level page, 67 is the same page in spanish.
The home page is excluded in english (default lan) and present in spanish.
1. Is this the expected behavior?
2. How can I exclude this throughout the different languages without modifying the skin every time I create a new language?