Removing localization bug

  • Thread starter Thread starter Nick
  • Start date Start date
N

Nick

Hi there,

What does someone have to do to remove localization from a form?? It
just keeps coming back again! I would like to try to assure that the
property stays to "False" and the language stays to "Default", but it
doesn't. Surely this is some kind of bug because if I set a property to
false it would be expected to stay that way.

Any tips on this would be *most* appreicated, I decided to create my own
localizable classes which don't use these properties, so you could imagine
the frustration when I keep seeing the "en" folder appear in the bin
directory!! Thanks loads in advance!
 
Hi Nick,

I now for the first time see that the nick Nick is Nick and not Nak.

Did you already "show all files", and remove all those RESX files that are
created?

In your designer part is as well a bunch created extra and on another way
than it is normally done with this setting, so that you have to check as
well and to change, although I thougt that copy the designer part and than
the written code to a new form and than delete the old form will probably go
faster.

I don't know if you did that already often, it needs a kind of special
sequence.
It is cutting it and pasting it, because with copy it creates again new
names.

(And of course a backup in advance because with this operation everything
can go wrong).

Did I not tell my opinion about this solution?.

:-)

Cor
 
Hi Cor,
I now for the first time see that the nick Nick is Nick and not Nak.

LOL yeah, I use my real name now as I've moved on a bit.
Did you already "show all files", and remove all those RESX files that are
created?

Countless times unfortunately.
In your designer part is as well a bunch created extra and on another way
than it is normally done with this setting, so that you have to check as
well and to change, although I thougt that copy the designer part and than
the written code to a new form and than delete the old form will probably
go faster.

I don't know if you did that already often, it needs a kind of special
sequence.
It is cutting it and pasting it, because with copy it creates again new
names.

(And of course a backup in advance because with this operation everything
can go wrong).

Did I not tell my opinion about this solution?.

Yeah I remember you saying that you had rolled your own localization
code, which is exactly what I have ended up doing, the only problem is
removing the inbuilt stuff. Though I *think* (not positive) that I have
finally removed it now. Although I have thought this many times now, and
the second I click the button to view the form the resource appears and the
localizable properties change back again.

I'm keeping a very close eye on this now because if it keeps up it means
there is either a property being saved elsewhere, maybe the project
configuration? I've never actually had any part of the IDE repeatedly undo
my changes, so this is a bit of an annoying bug!! I think this is probably
solely related to using inherited forms that are localized, causing
confusion somwhere along the lines.

Anyway cheers, I shall bare this in mind, as the last thing I want is
"everything going wrong".

Nick.
 

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

Back
Top