After creating my Localization provider, I wanted to create some unit test for it. I took Joel Abrahamsson’s Tests for the EPiServer 7 MVC templates as a starting point. As this is a localization provider, which uses e.g. strongly typed lookups I needed to add more “Fakes” to the CmsContext, e.g. the ContentTypeRepository and the … Continue reading Creating a unit test for my custom Localization provider.
Category: EPiServer
The problem Who hasn’t been editing the xml files in the lang folder. With or without custom plugins. When a client wants another localizable text, or a different translation for something, a new release was needed. If you used a plugin to edit the files and the site was load balanced, replication almost always was … Continue reading A custom localization provider for EPiServer 7.