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

What is view state and how it works in asp net?

0 Answers  


Explain the use of dataadapter.

0 Answers  


I’m having some trouble with cas. How can I diagnose my problem?

0 Answers  


main difference between asp.net2.0,asp.net1.1,asp.net1.0

15 Answers   Inflexion, Infosys, iSoft, Microsoft, Prakruthi,


How do we assign page-specific attributes?

0 Answers  


What is the maximum number of classes that can be contained in one dll file?

0 Answers  


What's the difference between viewstate and sessionstate?

0 Answers  


Explain the advantages of passport authentication.

0 Answers  


Explain how can we inherit a static member?

0 Answers  


Do you support digital rights management to protect my videos?

0 Answers  


what is the difference between assemblyinfo and webconfig files?

1 Answers  


How can we Maintain more than on config file in one .Net web application and how?

1 Answers   USi,


Categories