Please, I would like to learn how to use the localization feature for RadGridView. I've seen samples about other controls but they are written in C. Can anybody give me a tip o tell me a link where I can find out?
Thanks a lot!!
1 Answer, 1 is accepted
0
Jack
Telerik team
answered on 20 Jul 2009, 06:53 AM
Hello Alex,
You should inherit the RadGridLocalizationProvider class and override the GetLocalizedString method. Then set the CurrentProvider property to activate your customized provider. This behavior is demonstrated in our Localization example in the demo application. Please look at it.
If you have other questions, don't hesitate to write us.