![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
internet options > languages > add in Internet Explorer. |
|
Hi: I'm writing an "international" web application. The application will be accessed from around the world and I would like to write a "country customization" routine. If someone from the USA accesses it I want to show a US flag, if an "Aussie" accesses it the Australian flag should display - etc. I understand you can be fairly accurate in deterring where the person is located based on their IP addresses. I also understand that there are some numbers that you can't be completely sure of. Does anyone know where I could find the list that I'm looking for? Thanks very much! Fred |
#3
| |||
| |||
|
|
The best way of doing this that I know of would be to use Request.UserLanguages(0). It returns the first country code in the client's browser settings, for which you can get a quick reference by going to tools internet options > languages > add in Internet Explorer. "Fred Nelson" <fred (AT) smartybird (DOT) com> wrote in message news:OaOsyViSDHA.2148 (AT) TK2MSFTNGP11 (DOT) phx.gbl... Hi: I'm writing an "international" web application. The application will be accessed from around the world and I would like to write a "country customization" routine. If someone from the USA accesses it I want to show a US flag, if an "Aussie" accesses it the Australian flag should display - etc. I understand you can be fairly accurate in deterring where the person is located based on their IP addresses. I also understand that there are some numbers that you can't be completely sure of. Does anyone know where I could find the list that I'm looking for? Thanks very much! Fred |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
The best way of doing this that I know of would be to use Request.UserLanguages(0). It returns the first country code in the client's browser settings, for which you can get a quick reference by going to tools internet options > languages > add in Internet Explorer. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |