Develop a function that allows for mapping host names/domains to different languages in EPiServer Example: On www.episerver.com we use the multilingual page templates. When a visitor enters the site English content is displayed by default. When the visitor clicks on another language a cookie is set and content in the new lanuage is shown util the next change of language. Problem: Making an external link to a page in a specific language is difficult, since there is nothing in the URL that specifies the language. Example: A press release for Norway with a link to more info can result in English content or no content, if the visitor has not visited EPiServer before and choosen the langiage. (NOTE: In the upcoming 4.50 release there shall be such a URL property).
|