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
Which is the best institute to learn Microsoft Technologies and the faculty if you Know?
What is meant by web application?
What does asax stand for?
Is asp.net is a programming language?
What are Authentication and Authorization?
What are sessions in asp net?
Why would a company use an application service provider?
Is asp.net 64-bit enabled? How?
Explain about Application and Session Events ?
What are the differences between application object and session object?
What is the difference between table and query?
How about the security in Activex DLL and Activex EXE ?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
Explain the steps needed to be performed in order to create an animation in xaml?
How to create multi language website in asp.net mvc? : Asp.Net MVC