Monday, December 17, 2007

How to let your ASP program change the languange code

How to let your ASP program change the languange code

- Session object has one property that allows us to change the languange code - CodePage:

<%

Session.Codepage = 1252 '1252 = Western Alphabet (iso-8859-1)

%>

No comments: