Answered by:
Requirement to Develop a Multilingual Website

Question
-
User-456111751 posted
Hi Guys,
I've got a requirement to develop a Multilingual webform (Chinese, Spanish, Portugese, Russian etc). I am using VS 2005, .NET Framework 2, C# laungauge, SQL 2005.
Please guide me to proceed further. It there any way to automatically convert the laungauge from foreign laungauge to english.
Friday, May 14, 2010 10:06 AM
Answers
-
User2130758966 posted
Btw asp.net already has good support for building these kinds of websites via Globalization and Localization.
Globalization is the process of architecting the site so it supports the changing of languages / cultures at run time.
Localization is the process of implement a specific language within this structure.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, May 14, 2010 10:22 AM
All replies
-
User2130758966 posted
You can integrate Google Translate into your website. Automated translation is always a bit dodgy but I think it has improved in recent years.
There are two options to enable Google Translate:
- Embed a widget (simple)
- Use the API to convert blocks of text behind the scenes and seamlessly integrate them in to your site
Embed:
API:
Friday, May 14, 2010 10:19 AM -
User2130758966 posted
Btw asp.net already has good support for building these kinds of websites via Globalization and Localization.
Globalization is the process of architecting the site so it supports the changing of languages / cultures at run time.
Localization is the process of implement a specific language within this structure.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, May 14, 2010 10:22 AM -
User-1200560727 posted
Hi,
Please go through my below posts:
http://forums.asp.net/t/1526291.aspx
http://forums.asp.net/t/1541773.aspx
http://www.asp.net/general/videos/how-do-i-create-a-multi-lingual-site-with-localization
I hope it will helpful to you.
Regards,
Tapan
Friday, May 14, 2010 11:47 PM -
User-513735053 posted
Saturday, May 15, 2010 1:01 AM -
Monday, May 17, 2010 2:41 AM