We need to develop an ASP.NET 3.5 Web application, which should support Japanese and English languages. If the user is accessing from Japan, then our application should open in Japanese; otherwise, our application should open in English. How can we achieve this requirement? Sample code is very welcome.
Thanks.