Home > Archive > ASP > July 2004 > Multi Language Site
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Multi Language Site
|
|
| prschmid 2004-07-24, 8:55 pm |
| I am currently creating a multi-language site using ASP .NET and was wondering what people think the best way to do this. Keeping a session variable of the users's choice? Cookies?
Thank you in advance for any advice, comments, help.
| |
|
| This newsgroup is for classic ASP. None of the .net is talked about here.
prschmid wrote:
> I am currently creating a multi-language site using ASP .NET and was wondering what people think the best way to do this. Keeping a session variable of the users's choice? Cookies?
>
> Thank you in advance for any advice, comments, help.
| |
| Bob Lehmann 2004-07-25, 8:55 am |
| Oh my, Heavens no. We would never talk about the DotNet here. That would be
naughty.
Keepin' it pure,
Bob Lehmann
"joker" <no-spam@netzero.com> wrote in message
news:OrnG4KecEHA.3988@tk2msftngp13.phx.gbl...
> This newsgroup is for classic ASP. None of the .net is talked about here.
>
> prschmid wrote:
>
wondering what people think the best way to do this. Keeping a session
variable of the users's choice? Cookies?[color=darkred]
>
| |
| Bã§TãRÐ 2004-07-27, 3:55 am |
| Regardless - of the technology, storing a cookie for non personally
identifiable information is in my opinion the best way. Takes the load
off the server and gives it to the browser and is not a security risk.
Storing your info in XML would also be beneficial to you so you'd only
have to make the framewrok. This may help you out.
http://samples.gotdotnet.com/quicks...nalization.aspx
- Bastard
On Sat, 24 Jul 2004 16:57:04 -0700, "prschmid"
<prschmid@discussions.microsoft.com> wrote:
>I am currently creating a multi-language site using ASP .NET and was wondering what people think the best way to do this. Keeping a session variable of the users's choice? Cookies?
>
>Thank you in advance for any advice, comments, help.
| |
| Bullschmidt 2004-07-27, 8:55 pm |
| <<
I am currently creating a multi-language site using ASP .NET and was
wondering what people think the best way to do this. Keeping a session
variable of the users's choice? Cookies?
Thank you in advance for any advice, comments, help.[color=darkred]
Well here's a concept that could perhaps be used with any programming
tool.
Classic ASP Design Tips - Multiple Language Web Site
http://www.bullschmidt.com/devtip-m...uagewebsite.asp
Best regards,
J. Paul Schmidt, Freelance ASP Web Developer
http://www.Bullschmidt.com
Classic ASP Design Tips, ASP Web Database Demo, ASP Bar Chart Tool...
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
| |
| prschmid 2004-07-28, 3:55 pm |
| Thanks for all the tips
"Bullschmidt" wrote:
> <<
> I am currently creating a multi-language site using ASP .NET and was
> wondering what people think the best way to do this. Keeping a session
> variable of the users's choice? Cookies?
>
> Thank you in advance for any advice, comments, help.
>
> Well here's a concept that could perhaps be used with any programming
> tool.
>
> Classic ASP Design Tips - Multiple Language Web Site
> http://www.bullschmidt.com/devtip-m...uagewebsite.asp
>
> Best regards,
> J. Paul Schmidt, Freelance ASP Web Developer
> http://www.Bullschmidt.com
> Classic ASP Design Tips, ASP Web Database Demo, ASP Bar Chart Tool...
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!
>
|
|
|
|
|