q: Localazition of an Button

  • Thread starter Norbert Thek (News)
  • 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
 
N

Norbert Thek (News)

Ooops I forgot to mention

Visual Studio .net 2005 Beta 2
..net cf Project (for PocketPC)
 
C

Christof Nordiek

Hi Norbert,

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

Christof
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top