q: Localazition of an Button

  • Thread starter Thread starter Norbert Thek (News)
  • Start date Start date
N

Norbert Thek (News)

Hi

I'm trying to localize my App.
My problem is, I have a Button which switch the text (Start/Stop)
How can i Localize this?
Because if I want to add an string to Formxxx.resx file
I get the Error that this file belongs to another (to the Formxxx.cs )
and added strings probably get lost.


So the Question?
How can I assign two strings to one control?
Or is there some other "nice" way to do this?

Norbert
 
Ooops I forgot to mention

Visual Studio .net 2005 Beta 2
..net cf Project (for PocketPC)
 
Hi Norbert,

You can add your own resx-file to the project, so you don't have to use that
of your form.

Christof
 
Back
Top