AI OnAI Off
using EPiServer.Core;
[Language(SessionLanguage=false,QueryStringLanguage=false,CookieLanguage=false)]
public class MyPage : TemplatePage
{
....
}
For more info about the Language attribute, check out the EPiServer.Core.LanguageAttribute class in the SDK.