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.