Please let me know how I can display a web page in the Indian languages without much of hardwork, once it is built in English. Please specify whether I need to keep pages translated into the local language on the server. I want to build web page in asp.net in English and render it in local languages. How should I go about?
Localization can be a difficult task depending on the pages which you want to localize.
In case you decide to build one web application and make it multilingual, you will have to use resource files.
Resource files can be local (in case the text you wish to have localized is local to one page), or global (in case you wish to use the text in several pages).
You can check these links to get started in localizing asp.net applications.
http://www.west-wind.com/presentations/w鈥?/a>
http://aspalliance.com/868
http://aspalliance.com/868
Hope this helps.I want to build web page in asp.net in English and render it in local languages. How should I go about?
Yes, you have to create separate content in each language on the server. Whether this means a separate set of pages for each language, or whether you populate the same pages from the database with different content depending on the language chosen depends on how you design the site.
No comments:
Post a Comment