This is a migrated thread and some comments may be shown as answers.

how to enable localization in RadMenu ??

1 Answer 58 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Asa'ad
Top achievements
Rank 1
Asa'ad asked on 01 Jun 2011, 09:03 AM
I'm using Telerik controls Q1 2011, i don't know how to enable localization in RadMenu, i read related threads telling that to use Text property then set Localization (true), but i didn't find it in the property panel.

may you explain how to do that exactly ?

it will be better if you attach an explanation image

1 Answer, 1 is accepted

Sort by
0
Ivan Todorov
Telerik team
answered on 03 Jun 2011, 09:35 AM
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.
  1. Select the form
  2. Set the Localizable property of the form to true.
  3. Set the Language property of the form to the desired language.
  4. Set the Text property of your menu items to the desired text in the selected language.
  5. 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.
Tags
Menu
Asked by
Asa'ad
Top achievements
Rank 1
Answers by
Ivan Todorov
Telerik team
Share this question
or