Support Multiligual text controls

Thread is closed for posting
2 posts, 0 answers
  1. 4360D3A9-AFF5-46D1-932E-D04015DA0652
    4360D3A9-AFF5-46D1-932E-D04015DA0652 avatar
    66 posts
    Member since:
    Apr 2010

    Posted 04 Oct 2010 Link to this post


    We would like to have the coloumn headers in radgrid to be multi lingual. Does telerik controls support online translations of text in real time.

    Any help in this regard will be highly appritiated.


    Thanks
  2. 080FE80A-E8C8-4050-8996-FA698BBA8A6C
    080FE80A-E8C8-4050-8996-FA698BBA8A6C avatar
    1160 posts
    Member since:
    Jul 2017

    Posted 07 Oct 2010 Link to this post

    Hi Debashis Pyne,

    Thanks for the writing.

    Our controls do not have such functionality, but you can develop it by yourself. Here are the steps:
    1) Create a web service that uses Google translate and pass to it the language that you wish to translate from and to.
    2) Pass the text from column header to service
    3) Receive the the translated text
    4) Change the column header text on CellFormatting event.

    Hope this helps.


    All the best,
    Peter
    the Telerik team
    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.