This is a migrated thread and some comments may be shown as answers.

Translation of Controls

2 Answers 124 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jez Pile
Top achievements
Rank 1
Jez Pile asked on 27 Oct 2016, 09:37 AM

Hi 

I am using the RadGrid control in my website and have a need to translate all the text that the user sees. Is it possible for me to translate the text on the control? 

I cant see any way to translate some of the built in text such as "Page Size", "X items in Y Pages" and the search/Filter options that can be accessed by right clicking the grid.

I have attempted to change the culture on the element but this did not appear to make any changes to the language displayed

The Telerik.Web.UI dll version we are using is 2013.2.611.40

Any ideas?

2 Answers, 1 is accepted

Sort by
0
Jez Pile
Top achievements
Rank 1
answered on 27 Oct 2016, 12:43 PM

Sorry for the reply, but couldn't see a way to edit my post

I have also tried to set the culture programmatically rather than via the markup and the grid still appears to be in english

Here is the code I have tried

       uxQuestions.Culture = CultureInfo.CreateSpecificCulture("de-DE")
       uxQuestions.Rebind()

uxQuestions is a "Protected WithEvents uxQuestions As Global.Telerik.Web.UI.RadGrid"

 

0
Vessy
Telerik team
answered on 31 Oct 2016, 09:23 AM
Hi Jez,

The following section of our documentation provides details on how to localize the Grid in a preferred language: http://docs.telerik.com/devtools/aspnet-ajax/controls/grid/accessibility-and-internationalization/localization-through-global-resources


Regards,
Vessy
Telerik by Progress
Check out the new UI for ASP.NET Core, the most complete UI suite for ASP.NET Core development on the market, with 60+ tried-and-tested widgets, based on Kendo UI.
Tags
General Discussions
Asked by
Jez Pile
Top achievements
Rank 1
Answers by
Jez Pile
Top achievements
Rank 1
Vessy
Telerik team
Share this question
or