Skip to content

Instantly share code, notes, and snippets.

@Wesley-Lomax
Last active August 29, 2015 14:22
Show Gist options
  • Save Wesley-Lomax/a1ab655b06ff3126b2c9 to your computer and use it in GitHub Desktop.
Save Wesley-Lomax/a1ab655b06ff3126b2c9 to your computer and use it in GitHub Desktop.
Sitecore Link Manager Patch Include Multi Lingual Site
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<linkManager>
<providers>
<add name="sitecore">
<patch:attribute name="languageEmbedding">always</patch:attribute>
<patch:attribute name="lowercaseUrls">true</patch:attribute>
<patch:attribute name="shortenUrls">true</patch:attribute>
<patch:attribute name="useDisplayName">true</patch:attribute>
</add>
</providers>
</linkManager>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment