Hi Asa'ad,
Thank you for your question.
The
Localizable property is not a member of
RadMenu, but of
Form. Therefore, in order to localize your
RadMenu, you should follow the following steps.
- Select the form
- Set the Localizable property of the form to true.
- Set the Language property of the form to the desired language.
- Set the Text property of your menu items to the desired text in the selected language.
- Repeat steps 3 and 4 until you have localized the items in all languages you require.
You can also refer to this
MSDN walkthrough about localizing WinForms applications.
I hope this helps. Do not hesitate to ask if you have any additional questions.
Regards,
Ivan Todorov
the Telerik team
Q1’11 SP1 of RadControls for WinForms is available for
download; also available is the Q2'11
Roadmap for Telerik Windows Forms controls.