SunQuest
 
           ASP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingASP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
  #1  
Old February 12th, 2008, 02:06 AM
MJSGWEBMASTER MJSGWEBMASTER is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Feb 2008
Posts: 1 MJSGWEBMASTER User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 30 m 44 sec
Reputation Power: 0
Problem with a multi language site

Hi All,
I'm posting for a problem I’ve encountered while creating my multi-language site.

Here’s the .asp code I’ve used:

Index.asp
Code:
<%
lingua = lcase(Request.QueryString("lingua"))
session("lingua") = lingua
Response.Redirect "language.asp"
%>


language.asp

Code:
<html>
<head>
<title>. . . . . . . . </title>
</head>
<body>
<%
lingua = session("lingua")
IF lingua = "italiano"  then
Response.Redirect "index_it.html"
else
Response.Redirect "index_en.html"

End IF
%>
</body>
</html>


For some reason the output of lingua is always “” (void) do you have any suggestion to help me?

Thanks so much in advance

Reply With Quote
  #2  
Old April 8th, 2008, 12:43 PM
infamous-online infamous-online is offline
Moderator
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2002
Posts: 404 infamous-online User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 24 m 44 sec
Reputation Power: 7
it could be set as the default language, i guess i would have to see the entire script in order to see what could be causing the problem.
__________________
Apache Expert

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingASP Development > Problem with a multi language site


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway