Menu

#1 news from MadMax

open
nobody
None
5
2005-11-28
2005-11-28
Anonymous
No

I have improved the language selection with "ITALIAN".
also i have update "lang_select.asp"
with
<option value="it" <%if Session
("lang") = "it" then response.Write "selected" %
>>Italiano</option>

and "change_lang.asp"
with

IF Session("lang") = "it" THEN
Session.LCID = 1040
ELSE
Session.LCID=1033
END IF

of course i have disabled the "Session.LCID=1033"
instruction from "common_functions.asp"

and finally i have created "it_def.asp"

GREAT!!!!!

MadMax

Discussion


Log in to post a comment.

MongoDB Logo MongoDB