Multilanguage support on string?

Last post 06-26-2009 3:35 AM by Revolutionist. 2 replies.

Sort Posts:

  • Multilanguage support on string?

    06-26-2009, 1:26 AM
    • Member
      2 point Member
    • rohitnrl
    • Member since 06-26-2009, 5:21 AM
    • Posts 1

     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

     

  • Re: Multilanguage support on string?

    06-26-2009, 3:27 AM
    Answer
    • All-Star
      25,535 point All-Star
    • qwe123kids
    • Member since 03-27-2008, 5:49 AM
    • Mumbai
    • Posts 4,366

    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

    Thanks
    Avinash Tiwari

    Remember to click “Mark as Answer” on the post, if it helps you.

    MY Blog

    Hacking Inside .net exe
  • Re: Multilanguage support on string?

    06-26-2009, 3:35 AM
    Answer
    • Member
      24 point Member
    • Revolutionist
    • Member since 06-26-2009, 2:59 AM
    • Jaipur
    • Posts 2

     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...

    Thanks
    Karan

    Remember to click “Mark as Answer” on the post, if it helps you.
Page 1 of 1 (3 items)