Some rewording on a .rst file and some additional information
to make more clear what is meant.
Releases: master
Resolves: #83610
Resolves: #69316
Related: #33071
Change-Id: Ie87ecb212f51158cb721a3133a49955096000ca3
Reviewed-on: https://review.typo3.org/55410
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Riccardo De Contardi <erredeco@gmail.com>
Reviewed-by: Frank Naegler <frank.naegler@typo3.org>
Tested-by: Frank Naegler <frank.naegler@typo3.org>
Description
===========
-By default a header "Content-language: XX" is sent where "XX" is the iso code of the sys_language_content if that is
-properly defined by the sys_language record representing the sys_language_uid.
-The "config.disableLanguageHeader" will disable that.
-
+By default a header "Content-language: XX" is sent where "XX" is the iso code of the
+sys_language_content (in the sys_language record, it is represented by the sys_language_isocode field),
+if that is properly defined by the sys_language record representing the sys_language_uid.
+Setting "config.disableLanguageHeader" disables that.
Impact