Skip to content
coreframework edited this page Sep 7, 2011 · 1 revision

Overview

The Languages module provide functionality to manage site languages.

Structure

Module provides Languages management and Language Selector widget. Features

After module's installation section "Languages" will be available in Control Panel.

Languages management

Languages management allows to create and manage site languages. Each language has the following list of fields:

Name - language name, e.g. English.
Code - language code, e.g. en
Culture - culture code, e.g. en-GB.

Language Selector widget

Language selector widget provide functionality to change site language. It displays all site languages as links. When user clicks the link, coresponding culture code should be written to cookies.

Language HTTP module

At the beginning of each request LocalizationModule tries to find culture code at cookies. If this value is specified, module sets current thread culture coresponding to specified value.

Clone this wiki locally