Click here to Skip to main content
15,890,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi friends,
Greetings for the Day's!!

I am developing a website, and I want to use language conversion

I am using Asp.NET 2.0 and C# 2.0


What I want I have three hyperlinks named English, Thai and Japanese.
The website default language will be English, when somebody clicks on Thai, the full content of the website will be Thai, when somebody clicks on Japanese, the full content of the website will be Japanese, and some body clicks on English, the full content of the website will be English.

Kindly tell me what can I do.?
Give me some ref links....

Thanks in advance:-
Navin
Posted
Updated 27-Aug-10 22:35pm
v2

You need to get all your strings from resources files, and then point to the right one for the language you're using. There's tons of resources about this on google.
 
Share this answer
 
You need to Globalize and Localize your website.

This article should get you going: Globalization and localization demystified in ASP.NET 2.0[^]

Modify the article based on what your requirement is. Internally, it is setting up the locale of your website.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900