Answered by:
Multilanguage support on string?

Question
-
User-1133076294 posted
Hi i would like to convert mt text into spanigh or german . ihave created a localized file but can you please tell me that i have to to convert my entire text into another language manually or there is another way.
thanks in adavance
Friday, June 26, 2009 1:26 AM
Answers
-
User-1659704165 posted
Hi,
Check the vid eMention below
http://www.asp.net/learn/Videos/video-40.aspx
http://www.asp.net/LEARN/ajax-videos/video-179.aspx- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, June 26, 2009 3:27 AM -
User163875663 posted
One way to translate a web page is through localization i.e. by putting all page text para-by-para into resource (.RESX) files of English, Spanish, German, etc. after respective translations.
the other faster way is by using Google Translate API, see the link- http://code.google.com/apis/ajaxlanguage/
You can find a developer guide of Google Translate API at http://code.google.com/apis/ajaxlanguage/documentation/
and Example project at http://code.google.com/apis/ajaxlanguage/documentation/#Examples
But, the most efficient way is still the first one. Google and other translation APIs are not very efficient in giving gramatically correct translated text.
Try it and see...
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, June 26, 2009 3:35 AM
All replies
-
User-1659704165 posted
Hi,
Check the vid eMention below
http://www.asp.net/learn/Videos/video-40.aspx
http://www.asp.net/LEARN/ajax-videos/video-179.aspx- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, June 26, 2009 3:27 AM -
User163875663 posted
One way to translate a web page is through localization i.e. by putting all page text para-by-para into resource (.RESX) files of English, Spanish, German, etc. after respective translations.
the other faster way is by using Google Translate API, see the link- http://code.google.com/apis/ajaxlanguage/
You can find a developer guide of Google Translate API at http://code.google.com/apis/ajaxlanguage/documentation/
and Example project at http://code.google.com/apis/ajaxlanguage/documentation/#Examples
But, the most efficient way is still the first one. Google and other translation APIs are not very efficient in giving gramatically correct translated text.
Try it and see...
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, June 26, 2009 3:35 AM