Version 1.287 (checked in on 2010/03/18 at 06:50:37 by dries)
Add language handling functionality and enables the translation of the user interface to languages other than English.
When enabled, multiple languages can be set up. The site interface can be displayed in different languages, as well as nodes can have languages assigned. The setup of languages and translations is completely web based. Gettext portable object files are supported.
| Name | Description |
|---|---|
| LOCALE_LANGUAGE_NEGOTIATION_BROWSER | The language is set based on the browser language settings. |
| LOCALE_LANGUAGE_NEGOTIATION_INTERFACE | The language is determined using the current interface language. |
| LOCALE_LANGUAGE_NEGOTIATION_SESSION | The language is set based on the request/session parameters. |
| LOCALE_LANGUAGE_NEGOTIATION_URL | The language is determined using a URL language indicator: path prefix or domain according to the configuration. |
| LOCALE_LANGUAGE_NEGOTIATION_USER | The language is set based on the user language settings. |