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

Can private assembly be used for more than one application? If so how?

7 Answers   Satyam,


What is css and what is it used for?

0 Answers  


Give some salient points of difference between request processor and request dispatcher.

0 Answers   Tech Mahindra,


What is the best way to search any exact information on google?

3 Answers   Intellevate,


How .Net has implemented security for web applications?

1 Answers  






What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?

0 Answers   HCL,


What is application session?

0 Answers  


Explain swagger components.

0 Answers  


Explain server side state management system.

0 Answers  


Any alternative to avoid name collisions other then Namespaces?

1 Answers  


Disable Session State at the Page Level

1 Answers  


How can we provide the WebParts control functionality to a server control?

0 Answers   MindCracker,


Categories