How to turn off the sending of the server's default language, so that the language of the web page is determined only by the language set in the html file header.
You can just modify the APACHE configuration file directly. It has nothing to do with the toolbox.
Correct answer to the first floor
Modify httpd.conf
Find: AddDefaultCharset ISO-8859-1
Change to:
#AddDefaultCharset ISO-8859-1
AddDefaultCharset off
Then restart Apache