Hi, Friends, I am working on a web site which will provide support in different countries. So on the basis of selected country, i want to change the language for example, English, Chinesse, etc. may you provide any link to provide some guidelines. with regards,
Sachin Gupta
Hi, Most of the Starter Kit detect the incoming client language and then set it as the CurrentCulture per app request. e.g. Thread.CurrentThread.CurrentCulture = CultureInfo.CreateSpecificCulture(Context.Request.UserLanguages(0)) Regards,
sachin_kumar...
Member
480 Points
96 Posts
Multi-lingual (Multi-language) web site
Mar 12, 2004 08:30 AM|LINK
Software Engineer
Colt
All-Star
15569 Points
1986 Posts
ASPInsiders
MVP
Re: Multi-lingual (Multi-language) web site
Mar 12, 2004 01:20 PM|LINK