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


Please Help Members By Posting Answers For Below Questions

What are query strings used for?

531


i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?

1511


What is AutoEventWireup attribute for ?

601


Can a .net web application consume java web service?

514


What is postback in asp net?

563






What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.

592


What language is asp.net written in?

528


Is post back in asp.net?

520


How you can access the properties and controls of master pages from content pages?

512


What is difference between session and cookie?

521


How Can assign alias name for ASP.NET Web API Action?

942


What are the security types in ASP/ASP.NET? Different Authentication modes?

565


What is the latest version of asp.net?

539


What is the use of express session?

543


What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?

583