0

We are using the Telerik MVC controls (not Kendo at the moment) which are localized to ResX files. We have a requirement to use a localization service provided by our clients instead.

How can we tell Telerik to use something other than a ResX file for localization?

Colin Desmond
  • 4,824
  • 4
  • 46
  • 67

1 Answers1

1

You could try to create a custom resource provider, which is basically covered here.

Community
  • 1
  • 1
Petur Subev
  • 19,983
  • 3
  • 52
  • 68