-----Original Message-----
hello
how can I make a page with the same content but
in 2 different languages? like the person gets to my
page, there are two (i.e) flags representing two
different languages, and after u click on one of them,
you get to the site in that language?
any help would be nice
greeeetingz 4 all
hamon
ASP.NET has some very nice tools for this. You can detect
the Web visitor's list of preferred languages (from, in
the case of IE, Tools, Internet Options, Languages), then
load scraps of text in that language from a "resource"
file, then insert the text in each Web page.
This requires, however, that every page in your site be
an .aspx page, that you make every scrap of text
accessible as an ASP.NET control, and that you code a
statement to load each control from the currently-selected
resource file.
Once you understand the drill, this is more tedious than
difficult. The payoff comes when you want to add
additional languages, or when you want to expand,
reorganize, or redesign the site.
Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*