﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
32533	i18n l10n set the Accept-Language but always get settings.LANGUAGE_CODE	iwmbm	nobody	"**settings.py**


{{{
LANGUAGE_CODE = 'zh-hant'

MIDDLEWARE = [
    ...
    'django.contrib.sessions.middleware.SessionMiddleware',
    'django.middleware.locale.LocaleMiddleware',
    'django.middleware.common.CommonMiddleware',
    ...
]

}}}


**browser request headers** 
Accept-Language:Accept-Language: en,en-US;q=0.9,de;q=0.8

i try to get request.LANGUAGE_CODE but always return zh-hant

there's one more thing

in chinese language
browser will set Accept-Language zh-HK zh-TW zh-CN (test in chrome 88.0.4324.192)

but django only support zh-Hant and zh-Hans

what can i do to support zh-HK zh-TW zh-CN"	Uncategorized	new	Uncategorized	3.1	Normal		i18n,l10n		Unreviewed	0	0	0	0	0	0
