Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Test Accept-language in my browser

How can I change my system configuration so that I can control what is sent in header in key: Accept-Language?

Thank You very much for help

like image 510
gruber Avatar asked Oct 10 '11 15:10

gruber


2 Answers

In Firefox:

  • Tools->Options
  • Click Content
  • Under Languages click "Choose"
  • Under Languages select a language
  • Move that language to the top

That language should now be sent to the server with the accept-language header.

like image 82
Mike Christensen Avatar answered Sep 29 '22 06:09

Mike Christensen


In Google Chrome 16:

  • Wrench icon to open menu
  • Click the "Options" menu item
  • Enter "lang" in the search field
  • Click the "Settings for Languages and..." button
  • Use drag and drop to re-arrange the languages or click the "Add" button to add new ones.

The top language is the one that ususally counts (the most).

like image 22
Uwe Keim Avatar answered Sep 29 '22 05:09

Uwe Keim