473,466 Members | 4,850 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

how to create bilingual application in Classic ASP.

1 New Member
Hi all,

I have an application created in Classic ASP with MS SQL SERVER 2005. The thing is that, I have required to make it bilingual i.e. English and Arabic.

Can anyone help me to define me the steps regarding how I'll make it bilingual.

Best Regards,
Ahmed
Mar 17 '11 #1
1 2310
pod
298 Contributor
that is a loaded question. For starters you would have to modify your database to respond to this

Expand|Select|Wrap|Line Numbers
  1. [Database table_FAQ]
  2. FAQ_ID (number)
  3. FAQ_question_english (text)
  4. FAQ_question_arabic (text)
  5. ...
  6.  
then your scripts would use either a query parameter (index.asp?lang=e) to identify the desired language or a session variable could be set on a click.

From there your script would pick the appropriate value to reflect the desired language.
Mar 22 '11 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Keith Jakobs, MCP | last post by:
Greetings: I had seen several posts around the Internet about this issue from a few months back, but have been unable to find a resolution ... I have a user who is trying to get started with...
0
by: cecille19 | last post by:
how can i create an application that will enable me to get the emails from the server and then send email just like the ms outlook? tnx. *** Sent via Developersdex...
0
by: craigkenisston | last post by:
Using VS2005 to create an application compatible with framework 1.1 Is this possible ? I like the VS2005 IDE a lot much more than VS2003, however, I'm creating a library that needs to be...
2
by: Evan Camilleri | last post by:
how can I create a web application remotely? i have access to a server and would like to create a web-application in a folder - if it is my IIS then i right click, properties and press create...
1
by: Jeff | last post by:
Is there a way to add an asp.net non-application subfolder through visual studio .net 2003? In the solution manager, I'm able to right click on the asp.net project and add a new folder, but it...
6
by: Neo | last post by:
i'd like to create an application which would run in the background, & there'd be an icon in the system tray (can use the notify icon). But HOW can i make the form invisible. What i'd like to do...
0
by: Steve B. | last post by:
Hi, I'm investigating on how to create an intranet web application that provide corporate users a way to choose applications and install it with one click. The applications are corporate...
3
by: =?Utf-8?B?ZGV2ZWxvcHNj?= | last post by:
Hi, can you guide me, which MS technologies are suitable to create drawing application (simple CAD application) on the web - to allow 2D/3D drawing on some canvas and use data stored on server (in...
2
by: yogeshtiwarijbp | last post by:
Hi All, Iam new in asp.net 2003 and sql server. I have to create an application having following criteria. Proposed Steps 1. Create a table containing fields as Name of Report, View Name or...
0
by: Clyde | last post by:
A .net desktop application written in C# needs 2 b tested. I want 2 create an application level log. I should be able 2 get log of code which is executed in the application and a separate log...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.