asp tutorials, asp.net tutorials, sample code, and Microsoft news from 15Seconds
Data Access  |   Troubleshooting  |   Security  |   Performance  |   ADSI  |   Upload  |   Email  |   Control Building  |   Component Building  |   Forms  |   XML  |   Web Services  |   ASP.NET  |   .NET Features  |   .NET 2.0  |   App Development  |   App Architecture  |   IIS  |   Wireless
 
Pioneering Active Server
 Power Search








Active News
15 Seconds Weekly Newsletter
• Complete Coverage
• Site Updates
• Upcoming Features

More Free Newsletters
Reference
News
Articles
Code Samples
Components
Tools
New
Free
Downloads
Vendors
FAQ
Feedback
Books
Links
DL Archives
Community
Messageboard
List Servers
Mailing List
WebHosts
Consultants
Tech Jobs
15 Seconds
Home
Site Map
Press
Legal
Privacy Policy
internet.commerce














internet.com
IT
Developer
Internet News
Small Business
Personal Technology
International

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers

HardwareCentral
Compare products, prices, and stores at Hardware Central!



<%

' How to setup multilanguage applications
' by Rodrigo S. Alhadeff, 12/2000
' The script uses session variable considering that you will use multilanguage in your whole site, not just in one page
' About the Author: Rodrigo S. Alhadeff is the Founder & Senior Programmer of Comersus Shopping Cart, www.comersus.com

dim dictLanguage

' try to obtain the language from querystring and set in session
session("language")	= request.querystring("language")

' create dictionary to store all page messages
set dictLanguage 	= CreateObject("Scripting.Dictionary")

' english messages
dictLanguage.Add "english_1", "Multilanguage Application"
dictLanguage.Add "english_2", "Enter your name"
dictLanguage.Add "english_3", "Enter your address"
dictLanguage.Add "english_4", "Submit"


' spanish messages
dictLanguage.Add "spanish_1", "Aplicacion multilenguaje"
dictLanguage.Add "spanish_2", "Ingrese su nombre"
dictLanguage.Add "spanish_3", "Ingrese su direcciÛn"
dictLanguage.Add "spanish_4", "Enviar"

' if the user load the page for the first time, set default language to english
if session("language") = "" then
    session("language") = "english"
end if

' example of use: response.write 
dictLanguage.Item(Session("language")&"_2") will print "Enter your 
name" or "Ingrese su nombre"

%>
<html>
<title><%response.write 
dictLanguage.Item(Session("language")&"_1")%></title>
<br><b><%response.write 
dictLanguage.Item(Session("language")&"_1")%></b><br><br>
<p>[<a 
href="multilanguage.asp?language=english">English</a> 
| <a 
href="multilanguage.asp?language=spanish">Spanish</a>]</p>
<form method="post" action="somescript.asp" name="somescript">
   <table width="300" border="0">
     <tr>
       <td width="387"><%response.write 
dictLanguage.Item(Session("language")&"_2")%></td>
       <td width="166">
         <input type="text" name="name">
       </td>
     </tr>
     <tr>
       <td width="387"><%response.write 
dictLanguage.Item(Session("language")&"_3")%></td>
       <td width="166">
         <input type="text" name="address">
       </td>
     </tr>
     <tr>
       <td width="387">
         <input type="submit" name="Submit" 
value="<%response.write 
dictLanguage.Item(Session("language")&"_4")%>">
       </td>
       <td width="166"> </td>
     </tr>
   </table>
</form>
</html>

Submitted by Rodrigo S. Alhadeff



email this code sample to a colleague

Related Articles
Mar 25, 1998 - Collaboration Data Object and IIS 4.0
Collaboration Data Object (CDO) is a COM library designed to send mail through SMTP or Microsoft Exchange. If you install the SMTP server that comes with Microsoft Option Pack 4, you can send mail from an Active Server page using CDO. Because CDO is comes with Microsoft Option Pack 4, CDO is free.
[Read This Article]  [Top]
Mar 18, 1999 - Simple Web-Database System Application
In this article by Joung-ho Jay Jung, he will show how to connect an Access database to your Active Server Pages using Microsoft FrontPage. This is a beginning-level article with plenty of screen shots to show how to connect via ODBC, generate a SQL query in Access and construct the Active Server Page.
[Read This Article]  [Top]
Apr 15, 1999 - Web-Based Systems Integration: Basic Training
Drill Sargent Tanner describes the war that is involved with being a Web-Based Systems Integrator. He shares his unique perspective on being an Internet consultant including handling technologies, working as a team and dealing with clients.
[Read This Article]  [Top]
Apr 22, 1999 - How to Implement Different Types of Outlines in ASP
In this article Dima Khanine illustrates how to outline a web site and how to implement that outline in server side code.
[Read This Article]  [Top]
May 20, 1999 - User-Friendly Errors
Don Franke shows how to eloquently handle form validation on the server side using ASP and a well honed technique.
[Read This Article]  [Top]

Support the Active Server Industry



JupiterOnlineMedia

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

Solutions
Whitepapers and eBooks
Microsoft Article: HyperV-The Killer Feature in WinServer ‘08
Avaya Article: How to Feed Data into the Avaya Event Processor
Microsoft Article: Install What You Need with Win Server ‘08
HP eBook: Putting the Green into IT
Whitepaper: HP Integrated Citrix XenServer for HP ProLiant Servers
Intel Go Parallel Portal: Interview with C++ Guru Herb Sutter, Part 1
Intel Go Parallel Portal: Interview with C++ Guru Herb Sutter, Part 2--The Future of Concurrency
Avaya Article: Setting Up a SIP A/S Development Environment
IBM Article: How Cool Is Your Data Center?
Microsoft Article: Managing Virtual Machines with Microsoft System Center
HP eBook: Storage Networking , Part 1
Microsoft Article: Solving Data Center Complexity with Microsoft System Center Configuration Manager 2007
MORE WHITEPAPERS, EBOOKS, AND ARTICLES
Webcasts
Intel Video: Are Multi-core Processors Here to Stay?
On-Demand Webcast: Five Virtualization Trends to Watch
HP Video: Page Cost Calculator
Intel Video: APIs for Parallel Programming
HP Webcast: Storage Is Changing Fast - Be Ready or Be Left Behind
Microsoft Silverlight Video: Creating Fading Controls with Expression Design and Expression Blend 2
MORE WEBCASTS, PODCASTS, AND VIDEOS
Downloads and eKits
Sun Download: Solaris 8 Migration Assistant
Sybase Download: SQL Anywhere Developer Edition
Red Gate Download: SQL Backup Pro and free DBA Best Practices eBook
Red Gate Download: SQL Compare Pro 6
Iron Speed Designer Application Generator
MORE DOWNLOADS, EKITS, AND FREE TRIALS
Tutorials and Demos
How-to-Article: Preparing for Hyper-Threading Technology and Dual Core Technology
eTouch PDF: Conquering the Tyranny of E-Mail and Word Processors
IBM Article: Collaborating in the High-Performance Workplace
HP Demo: StorageWorks EVA4400
Intel Featured Algorhythm: Intel Threading Building Blocks--The Pipeline Class
Microsoft How-to Article: Get Going with Silverlight and Windows Live
MORE TUTORIALS, DEMOS AND STEP-BY-STEP GUIDES