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

Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc

0 Answers  


What is difference between response.redirect and server.transfer ?

2 Answers   Kalinga Software, Satyam,


Explain MVC model binders?

0 Answers   B-Ways TecnoSoft,


what is AutoEventWireUp and what is the use of This property explain in details?

0 Answers   ITC Infotech,


What is considered a service provider?

0 Answers  






How to store a dataset in a viewstate?

3 Answers   IBM,


Where can we set the specific variables for a application and Session objects ?

2 Answers   Siebel,


What is difference between abstract class and an interface?

0 Answers  


Authentication and Authorization

2 Answers   Syntel,


Suppose you want a certain ASP.NET function executed on MouseOver over a certain button. Where do you add an event handler?

1 Answers   Zenith,


Describe the .net base class library.

0 Answers  


what is satellite assembly in .net?

4 Answers   iSoft,


Categories