Hi..I have created a website in Asp.net with C# i want to
add Chinese language in my website..could any body tell me
that how can i add dynamically this language on user's
request...??? thanks n advance...



Hi..I have created a website in Asp.net with C# i want to add Chinese language in my website..coul..

Answer / ronak shah

First of all if you want to keep the whole data base dynamic
(in Chinese), then you have to get entry of each field in
that particular language and store them in your database.

Secondly, if you want to maintain your site in two languages
like English and Chinese then you have to use resource file
funda in asp.net.
In these kind of files, your website's page look and feel
content will be saved in any particular language and you
just have to set culture in your aspx page to call the
resource file of that particular language.
For ex. culture="en-GB" for Britain english
To know more about resource files :
http://www.codeproject.com/KB/dotnet/Localization.aspx

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Where do the cookie state and session state information be stored?

0 Answers  


what are the advantage in asp.net and what are the question ask for interview in vb.net and asp.net

0 Answers   TCS,


What is difference between web config and global asax?

0 Answers  


How will you load dynamic assembly?

0 Answers  


What are session state modes? List some of the important session state modes of asp.net.

0 Answers  






Why do we need a web application session?

0 Answers  


Hi , I am Basha. I am searching a job in dotnet.Plz tell me the order of page events in asp.net 2.0> plz send faq's related to c#.net,asp.net,sqlserver2000 etc. to my mail-id : bashask.ss@gmail.com

4 Answers   Sapient,


Is asp.net mvc still used? : Asp.Net MVC

0 Answers  


What is difference between asp.net and asp.net mvc? : Asp.Net MVC

0 Answers  


When was asp.net released?

0 Answers  


Define web services in asp.net.

0 Answers  


What is the difference between runtime version and version?

0 Answers  


Categories