Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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.