![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
From: Ghanashyam (AT) discussions (DOT) microsoft.com Subject: How to handle resource in multiple forms Date: Tue, 29 Aug 2006 04:12:02 -0700 Newsgroups: microsoft.public.dotnet.internationalization I have a windows application that consists of multiple forms.If I maintain a resource file for each form and keep the name in resource file to resemble the form elements as below then wizard generated code in InitializeComponent() brings these resources correctly for each form. label1.Text = "Welcome to Main Form" Instead of keeping many resource files,I would like to keep one resource file for entire application and at the same time what name value pair sould be there in resource file so that wizard generated InitializeCOmponent() will be able to get those resource.I want to avoid doing UI changes using ResourceManager.GetString("001").ANy help in this regard is highly appreciated. Thanks. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |