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

Describe the application event handlers in ASP.NET?

0 Answers   HCL,


How many rules are there regarding a well formed XML document? a) Nine b) Three c) Six d) Two

1 Answers   Syntax Softtech,


What is Web Server Control Templates.?

0 Answers   MCN Solutions,


What r new things introduced in ASP.NET 2.0 in comparision to ASP.NET 1.1

1 Answers  


IN an ASP.NET Web application if there is any error, how can you debug?

0 Answers   Siebel,


Can you explain one critical mapping? Performance issue which one is better?

0 Answers  


i cant get Primary output selection from the Dialog box While Creating Setup and Deployment the web application how to solve it..

1 Answers  


what are the components available in global.asax ?

1 Answers  


What is the difference between HTTP-Post and HTTP-Get ?

1 Answers  


What is autopostback in dropdownlist in asp net?

0 Answers  


Elaborate differentiation between Cache and Application?

0 Answers   QuestPond,


Can i have both C# and vb.net code in same assembly?how?

5 Answers   Wipro,


Categories