Internationalization

We need to change our already existing Site (in English)
to support Both English and Spanish.

The Site is written is ASP 3.0 and uses VB Component for
Business logic.

If anyone has done a work like this, Kindly guide me on
the same.

I am interested in knowing how to start with this, and
what would be our action items.

View Replies


ADVERTISEMENT

ASP & Internationalization

I have some foreign characters in my database. When I try to display it in
its corresponding language in IE, it shows exactly what's in the database.
I have encoding to the language.

For example, in my ASP file, I have the following:

<%= rs("articlename") %>

Since my IE is set to Chinese (for testing purpose), it shows ¾çÁØ½Ä in the
combo box.

For debugging purpose, if don't use <%= rs("articlename") %> and hard code
it with ¾çÁؽÄ, then the foreign characters display properly.

Any tips? If possible, please CC to Join Bytes!.

View Replies View Related

How To Do Internationalization In Classic ASP (w/o Dynamic Includes)?

I'm using classical ASP on IIS 6.0 (Windows 2003 Server). What I want to do is to serve the same pages in two different languages without using two different folders and doubling my same ASP code and changing the string values.

What I need is DYNAMIC INCLUDE functionality similar to PHP, however I know that I don't have it in ASP. Moreover Server.Execute is useless because it doesn't have a functionality like an include file, calling some file (that includes language string constants) conditionally is not useful because when the file is executed its scope is over and I cannot reach the constants or variables defined in that file.

What do you advise in such a situation? I need two groups of constants, one for English, one for Turkish, like: ....

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved