RadToolBar for ASP.NET

Localization Send comments on this topic.
Telerik RadToolBar Overview > Localization

Glossary Item Box

Telerik RadToolBar fully supports multiple languages. What you have to do is to give a localized input to the toolbar. The localization methods depend on the way you have populated the toolbar instance:

  • through xml content file - set the encoding of the XML Content file to the corresponding language encoding. There must be a separate content file for each language.
  • programmatically - you should set the encoding in the ASPX file.
  • through data binding - the source to which the toolbar is bound must be localized.