CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2001
    Location
    Kerala
    Posts
    50

    retrieving server's regional settings

    Hi All,

    Is there any way to identify the server language from sever machine's regional settings through ASP.

    My objective is to develop a multilingual web application which should automatically select the language of the server.


    Thanks in advance.

    -shinto

  2. #2
    Join Date
    Oct 1999
    Location
    Colorado
    Posts
    288
    There is a server variable called
    "http_accept_language"
    This is the language that the particular browser is targeted to.

    matt

  3. #3
    Join Date
    Apr 2001
    Location
    Kerala
    Posts
    50
    "http_accept_language" will identify the browser's language.

    I need to indentify the server's language also.

    -Shinto

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured