Hello everyone

I have a Problem localizing my Ext.Net-asp.page.

I got Tools->Generate Local Resource working. As long as the ContentPlaceHolder in the Master Page is nested in an asp:Panel, everything is working fine (Except that Visual Studio generates ContentUpdated="False" for some Content which results in errors), but if I want to nest the ContentPlaceHolder in an ext-Element, for example ext:Panel, the Generation only puts the Title of the SubPage in the resx-File and nothing else. No Buttons, no Labels, no Texts.

What do I have to do to get the resx-Generation working correctly with Ext.Net 1.0 and MasterPages?

Thanks in advance