Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Sure, map english as the default language in EPiServerFramwork.config
<episerver.framework>
<siteHostMapping>
<siteHosts>
<add name="*" language="en" />
</siteHosts>
</siteHostMapping>
</episerver.framework>
Hi!
When I started to develop my first EPIServer site, by default there was English language defined. This site is not supposed to have switcher between languages. But all urls have "en" attribute ex. "localhost/en/restofpath". Is it possible to skip this attribute in path?