Hi Krishnan. If I understand your question correctly, you want to localize
the Text value for menu items in your WinForms application.
The easiest way to do this is to simply mark the Localizable property for
the form as True, change the target language in the Language property, and
then edit the menu items on the form. When you load the resulting RESX file
in the resource editor, it should show each menu name as you describe below
(e.g., fileToolStripMenuItem.Text | &File). This is how it works for Visual
Studio 2005, though the mechanics are the same for Visual Studio .NET 2003.
Cheers,
Garrett McGowan [MSFT Developer International]
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
--------------------
>From: "Krishnan" <krishnan.ramaswami@newsgroups.nospam>
>Subject: Localizing Menu Items - Help
[quoted text clipped - 23 lines]
>TIA
>Krishnan
Krishnan - 07 Dec 2005 05:54 GMT
Thanks.
Krishnan
> Hi Krishnan. If I understand your question correctly, you want to localize
> the Text value for menu items in your WinForms application.
[quoted text clipped - 46 lines]
>>TIA
>>Krishnan