Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query on Lcid properties? HELP!!!!!!

Status
Not open for further replies.

tyant

Programmer
Jun 1, 2001
68
0
0
AU

I Know the Lcid Properties

Is there anyway you can give me an example of using the lcid property.
I would like to display different home pages depending on where it is being viewed from.
We have four main countries who view our site. They are from France, Italy, Spain and England.
Can you give me an example please.
 
tyant,

These are the LCID hex numbers for each of the countries that you have listed:

England(UK) = 0809
Itlay = 0410
Spain(Basque) = 042d
Spain(Catalan) = 0403
Spain(Mod. Sort) = 0c0a
Spain(Trad. Sort) = 040a
France = 040c

Hope this helps.

Aaron Fear is the mind killer!!!!!!
 
Can u give an example of the code which needs to be written.
e.g If statement or For Next loop
 
I believe it is:

session.LCID = 1033

(for the USA)

Change the number for different countries
 
I know the codes for the countries.
How would i put it on a webpage.

I know this code is wrong
Can anybody give me an example of the code i'd use
E.g

If session.lcid = 1033 then
indexusa.htm
else if
session.lcid = 0410 then
indexitaly.htm
End IF

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top