World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
Create a new page without PageTypeBuilder To create an EPiServer page without PageTypeBuilder, check out my post on how to create and publish a page programmatically in EPiServer . Create a new page with PageTypeBuilder To be able to create a new...
Specify language for a domain in EPiServer You can set the default language in EPiServer on a per-domain basis by adding a element to your configuration: site description ="My website" ... > siteHosts > add name ="www.mysite.se" language ="sv" /> ...
Vote for your favorite subjects Writing articles is more fun when you know there are people besides yourself that have an interest in them! :) Help me out by letting me know what kind of EPiServer posts you would like to see! Other ideas for...
Localize tab names in EPiServer I usually name all properties, page types, tabs etc in English. I then create an XML file in the lang folder called mysitename UI.XML. To have tab names appear in the correct language (the language chosen by the use...
An introduction to Joel Abrahamsson's PageTypeBuilder project for EPiServer. Here I go through the basics of defining a strongly typed page type including page type inheritance.