Is it possible to have a single ASP page that can be viewed in different languages? This would of course depend from what country they are being viewed.
If it is possible how is it done?
Printable View
Is it possible to have a single ASP page that can be viewed in different languages? This would of course depend from what country they are being viewed.
If it is possible how is it done?
Aren't there HTTP header's that will give the user's language? I know Netscape used to give what language version it was, but who uses it anymore?
Anyway, once you can get the language the user wants to view the page in, you could just use if then else if statments to generate different language output from you're page.