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

Multilanguage

1 Answer 135 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Milan
Top achievements
Rank 1
Milan asked on 23 Jun 2008, 11:31 AM
Hello,

is it possible to change text in a filter condition (no filter, equals, not equal to, ....) and in a context menu, which appear when user click to the cell by right mouse button? I have users that don't know english and I need to translate these texts.

Thanks for help.

1 Answer, 1 is accepted

Sort by
0
Jack
Telerik team
answered on 23 Jun 2008, 11:51 AM
Hello Milan,

Thank you for this question.

Yes, this is possible. All text messages in RadGridView are localizable through the RadGridLocalizationProvider class. You should create a descendant this class and provide translations for each string. You have to then set the CurrentProvider property to this instance.

Consider the following code snippet:

RadGridLocalizationProvider.CurrentProvider = new MyGermanRadGridLocalizationProvider(); 

For more details, take a look at the RadGridView > Localization example in our Quick Start Framework.

Do not hesitate to contact us if you need further assistance.

Kind regards,
Jack
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
GridView
Asked by
Milan
Top achievements
Rank 1
Answers by
Jack
Telerik team
Share this question
or