Wrox Programmer Forums
|
ASP Forms As of Oct 5, 2005, this forum is now locked. Please use "Classic ASP beginner" at http://p2p.wrox.com/forum.asp?FORUM_ID=54 or "Classic ASP Professional" http://p2p.wrox.com/forum.asp?FORUM_ID=56 instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP Forms section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 3rd, 2005, 04:11 AM
Registered User
 
Join Date: Dec 2004
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default server language

Hi there
   I have developed I form that uses asp to generates a list of month’s names with a selection of current month. The problem is that, the default language of that server where I did put that form is not English. And it returns me the month’s names with its default language where I want them to appear in English.
   So any one got a clue of how we can change the language without massing with the server’s configurations.


 
Old May 3rd, 2005, 04:57 AM
Registered User
 
Join Date: Dec 2004
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi there again
   I have got it. All what we need is just adding the following code to the begining of asp code:
SetLocale(1033)
where 1033 is setting the language to English - United States

for more information on other languages please look see the following link:
http://www.w3schools.com/vbscript/func_setlocale.asp






Similar Threads
Thread Thread Starter Forum Replies Last Post
Which language would be best for... GeckOblue925 Intro Programming 4 February 20th, 2007 01:04 AM
SQL Server -French Language prabhakaran SQL Server 2000 3 December 14th, 2006 03:13 PM
Which language to use? SkyBlueshoes Intro Programming 1 March 9th, 2006 08:51 AM
c language help!!! kernel_zap C# 2 April 29th, 2004 09:10 AM
A different language bearpaws Classic ASP Basics 7 December 5th, 2003 04:47 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.