
TexasWebDevelopers
Posts: 7242
Member since: 9/24/2002
From: USA

|
RE: Multiple Languages (in reply to joepol)
|
|
|
I'm not quite sure what you are looking for...We have created sites where the text content is stored in databases...click a link for a language and that text is pulled from the database and displayed for the user. Or, you may be thinking about LCID's or "Locale ID's"? http://msdn.microsoft.com/en-us/library/0h88fahh(VS.85).aspx This is how you can set the LCID for a country and the formatting would be re-set for that country (like date formats). The LCID's can be implemented in many ways: <%=Session.LCID = 1061%> user by user basis <%@LCID=1037%> page by page basis <%@LANGUAGE="VBSCRIPT" LCID=1037%> multiple directive basis Is this what you were looking for?
< Message edited by TexasWebDevelopers -- 12/2/2009 2:43:06 PM >
_____________________________
Follow us on TWITTER
|
|