Click here to Skip to main content
15,867,308 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: ScatterTorrent - another old project from ~2007-2010 Pin
dandy7211-Oct-20 3:39
dandy7211-Oct-20 3:39 
GeneralRe: ScatterTorrent - another old project from ~2007-2010 Pin
Randor 11-Oct-20 8:15
professional Randor 11-Oct-20 8:15 
GeneralRe: ScatterTorrent - another old project from ~2007-2010 Pin
Jeremy Falcon13-Oct-20 3:28
professionalJeremy Falcon13-Oct-20 3:28 
GeneralRe: ScatterTorrent - another old project from ~2007-2010 Pin
Randor 13-Oct-20 15:53
professional Randor 13-Oct-20 15:53 
GeneralHow does a website know what language to do an audio captcha in? Pin
swampwiz9-Oct-20 7:29
swampwiz9-Oct-20 7:29 
GeneralRe: How does a website know what language to do an audio captcha in? Pin
raddevus9-Oct-20 8:25
mvaraddevus9-Oct-20 8:25 
GeneralRe: How does a website know what language to do an audio captcha in? Pin
swampwiz16-Oct-20 7:45
swampwiz16-Oct-20 7:45 
GeneralRe: How does a website know what language to do an audio captcha in? Pin
Randor 9-Oct-20 8:28
professional Randor 9-Oct-20 8:28 
Read RFC 2616[^] in Section 14 Header Field Definitions[^] navigate down to 14.4 Accept-Language

Or you can just ask a CGI script to print all the environment variables:

CGI Programming 101: Chapter 3: CGI Environment Variables[^]

Various browser implementations of Javascript might also provide interfaces to get the language:
navigator.Language
navigator.systemLanguage
navigator.userLanguage
navigator.browserLanguage


20+ years ago I use to play around with the PHP language on Apache, and I've always liked the phpInfo page that was installed by default. I've used it for years to view my browser environment:
PHPInfo()[^]

Best Wishes,
-David Delaune
GeneralRe: How does a website know what language to do an audio captcha in? Pin
raddevus9-Oct-20 8:53
mvaraddevus9-Oct-20 8:53 
QuestionRe: How does a website know what language to do an audio captcha in? Pin
Randor 9-Oct-20 9:09
professional Randor 9-Oct-20 9:09 
AnswerRe: How does a website know what language to do an audio captcha in? Pin
raddevus9-Oct-20 9:21
mvaraddevus9-Oct-20 9:21 
AnswerRe: How does a website know what language to do an audio captcha in? Pin
raddevus9-Oct-20 9:23
mvaraddevus9-Oct-20 9:23 
GeneralRe: How does a website know what language to do an audio captcha in? Pin
Randor 9-Oct-20 9:28
professional Randor 9-Oct-20 9:28 
GeneralRe: How does a website know what language to do an audio captcha in? Pin
raddevus9-Oct-20 9:35
mvaraddevus9-Oct-20 9:35 
QuestionRe: How does a website know what language to do an audio captcha in? Pin
Randor 9-Oct-20 9:44
professional Randor 9-Oct-20 9:44 
AnswerRe: How does a website know what language to do an audio captcha in? Pin
raddevus9-Oct-20 11:06
mvaraddevus9-Oct-20 11:06 
GeneralRe: How does a website know what language to do an audio captcha in? Pin
Randor 9-Oct-20 11:46
professional Randor 9-Oct-20 11:46 
GeneralRe: How does a website know what language to do an audio captcha in? Pin
Nelek10-Oct-20 2:08
protectorNelek10-Oct-20 2:08 
GeneralRe: How does a website know what language to do an audio captcha in? Pin
Randor 10-Oct-20 5:02
professional Randor 10-Oct-20 5:02 
GeneralRe: How does a website know what language to do an audio captcha in? Pin
Nelek10-Oct-20 8:40
protectorNelek10-Oct-20 8:40 
GeneralRe: How does a website know what language to do an audio captcha in? Pin
Randor 10-Oct-20 8:53
professional Randor 10-Oct-20 8:53 
GeneralRe: How does a website know what language to do an audio captcha in? Pin
Nelek10-Oct-20 8:58
protectorNelek10-Oct-20 8:58 
GeneralRe: How does a website know what language to do an audio captcha in? Pin
Greg Utas10-Oct-20 9:59
professionalGreg Utas10-Oct-20 9:59 
JokeRe: How does a website know what language to do an audio captcha in? Pin
Randor 10-Oct-20 10:08
professional Randor 10-Oct-20 10:08 
AnswerRe: How does a website know what language to do an audio captcha in? Pin
ZurdoDev9-Oct-20 8:47
professionalZurdoDev9-Oct-20 8:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.