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...
Answer Posted / 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 View All Answers
Define globalization and localization.
Is it right that ASP.NET Web API has replaced WCF?
Please briefly explain the usage of global.asax?
Explain the concept of event bubbling in ASP.NET?
Is it possible to create web application with both webforms and mvc?
To get the values in two different controls to match which control you use it?
Can asp.net work on an nt server?
What are the features that make asp.net more used framework? : asp.net mvc
Describe in brief .net framework and its components.
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
Which data type does the rangevalidator control support?
What is Dynamic Web and discuss its usage with the help of real life examples?
What are server side controls?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
Do cookies store passwords?