Re: Form Localization
- From: Matt <m.owens@xxxxxxxxxxx>
- Date: Tue, 16 Oct 2007 05:51:01 -0700
Hi Bob,
Yes I've seen that property although the problem is that auto-
generates a resx file per form. The problem Im having is that some of
my forms share strings so I need somewhere centralized where the
string can be put once and used by many forms. I need this then
central resouce file to be swapped in and out by the CLR depending on
culture as per the usual .net behaviour.
For instance I have 2 forms, each has the text 'View Details' on them,
they are not inherited and I don't want them to be. So, would it be
possible to have 1 resource file for each culture which contains the
text 'View Details' and to associate both forms view details button
text with that global resource file?
Thanks
Matt
.
- Follow-Ups:
- Re: Form Localization
- From: Bob Powell [MVP]
- Re: Form Localization
- References:
- Form Localization
- From: Matt
- Re: Form Localization
- From: Bob Powell [MVP]
- Form Localization
- Prev by Date: Re: Insert a line break into textbox
- Next by Date: Re: Insert a line break into textbox
- Previous by thread: Re: Form Localization
- Next by thread: Re: Form Localization
- Index(es):
Relevant Pages
|