Removing /en/ language option from Sitecore URLs
by David on Jan.30, 2012, under Sitecore
Open the web.config file and find the following:
‘languageEmbedding’ – set it to ‘never’. By default it seems to be set to ‘asNeeded’. Do this like so:
languageEmbedding=”never”
That’s it. No more annoying duplicate page entries in your Google Analytics and things like that.

