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.
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.
Comments
Leave a comment Trackback