Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Ribbonbar > Translation

Answered Translation

Feed from this thread
  • Marco avatar

    Posted on Nov 7, 2011 (permalink)

     

    Hello,

    how can I translate the Ribbonbar in other languages, similar the default .net windows forms controls which have a "Language" property...

    Thanks.

    Best regards.
    Marco

    Reply

  • Marco avatar

    Posted on Nov 8, 2011 (permalink)

    Sorry I was a little bit confused.
    I found the localization with the default windows mechanism. The language switch can be found on the form...

    Reply

  • Stefan Stefan admin's avatar

    Posted on Nov 9, 2011 (permalink)

    Hi Marco, 

    Thank you for writing.

    The approach with the Language property of the form does not apply to the localization mechanism of our controls. There are only six items with predefined text in RadRibbonBar, which can be localized. Please refer to the following help article, which describes how to achieve this. 

    Regards,
    Stefan
    the Telerik team

    Q2’11 SP1 of RadControls for WinForms is available for download (see what's new); also available is the Q3'11 Roadmap for Telerik Windows Forms controls.

    Reply

  • Marco avatar

    Posted on Nov 9, 2011 (permalink)

    Hello Stefan,

    how can I translate a RadMenuItem.Text Property in different languages?

    Reply

  • Answer Stefan Stefan admin's avatar

    Posted on Nov 14, 2011 (permalink)

    Hi Marco,

    To translate texts of controls, which you are setting, you can use the Language functionality of the form or you can manually change the text according to the desired language. However, for predefined texts set internally by our controls you should use our localization mechanism, as I have suggested in my previous post.

    Attached you can find a sample application, where I have set Default, German (Germany) and French (France) translations of standard button, RadButton and RadMenuItem.

    I hope that you find this information helpful.
     
    All the best,
    Stefan
    the Telerik team

    Q2’11 SP1 of RadControls for WinForms is available for download (see what's new); also available is the Q3'11 Roadmap for Telerik Windows Forms controls.

    Attached files

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Ribbonbar > Translation