Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
language system
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
17 Feb 2009 at 09:12 UTC
Updated:
15 Mar 2010 at 00:30 UTC
Currently in language.inc there is code dealing with the user's lang, however using the UI, one can't define this option - you have to variable_set('language_negotiation', 5); to skip the other conditions.
This patch defines another constant LANGUAGE_NEGOTIATION_USER, and moves the mentioned code under it.
| Comment | File | Size | Author |
|---|---|---|---|
| langugae_user_configure.patch | 5.21 KB | amitaibu |
Comments
Comment #1
keith.smith commentedComment #3
plachCleaning-up the "locale module" issue queue as per http://cyrve.com/criticals.
Comment #4
plachThis has been fixed in #282191: TF #1: Allow different interface language for the same path.