4 Answers, 1 is accepted
0
Marco
Top achievements
Rank 1
answered on 08 Nov 2011, 09:05 AM
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...
I found the localization with the default windows mechanism. The language switch can be found on the form...
0
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
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.
0
Marco
Top achievements
Rank 1
answered on 09 Nov 2011, 05:20 PM
Hello Stefan,
how can I translate a RadMenuItem.Text Property in different languages?
how can I translate a RadMenuItem.Text Property in different languages?
0
Accepted
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
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.