Skip to content

Instantly share code, notes, and snippets.

@Wesley-Lomax
Last active August 28, 2015 09:47
Show Gist options
  • Save Wesley-Lomax/e905a2a28e0c07b5c4f5 to your computer and use it in GitHub Desktop.
Save Wesley-Lomax/e905a2a28e0c07b5c4f5 to your computer and use it in GitHub Desktop.
SetCulture httpRequst Pipeline Patch File Sitecore
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<pipelines>
<httpRequestBegin>
<processor type="WesleyLomax.Web.Pipelines.httpRequestBegin.SetCulture, WesleyLomax.Web" patch:after="processor[@type='Sitecore.Pipelines.HttpRequest.ItemResolver, Sitecore.Kernel']" />
</httpRequestBegin>
</pipelines>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment