Re: CF1.1 multi-language support
- From: "<ctacke/>" <ctacke_AT_OpenNETCF_com>
- Date: Mon, 16 Jan 2006 07:19:11 -0500
It's a bug in my original code. Well maybe an oversight more than a bug.
The issue is that it looks only through direct children of the Form, so it
will checkl the container itself, but not controls in the container - so it
will fail for tab pages, group boxes, panels, etc. You need to alter the
code a bit - have it drill down when it finds a container control.
-Chris
"Mikael Sorensen" <no@xxxxxxxx> wrote in message
news:%23qKpsGnGGHA.1192@xxxxxxxxxxxxxxxxxxxxxxx
> I'm trying to add multi-language support to my netcf 1.1 application based
> on the article "Build World-Ready Device Applications",
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/worldready.asp
>
> (The article is partly based on Chris Tacke's blog
> http://blog.opennetcf.org/ctacke/PermaLink.aspx?guid=64C28B10-D3A8-4C6B-B11A-2AE2DE4BDAF1)
>
> The principles are working great for controls added directly to the form,
> but controls added to tabpages on the form do not get translated.
>
> I have tried traversing the form in order to get the names of the controls
> on tabpages - but so far without success.
>
> Can anybody give me a clue as how to do what I want?
>
> Regards,
> Mikael Sorensen
>
>
.
- References:
- CF1.1 multi-language support
- From: Mikael Sorensen
- CF1.1 multi-language support
- Prev by Date: Re: Timer, timespan and milliseconds
- Next by Date: Re: Visual studio 2005 and compact framework 1.0
- Previous by thread: CF1.1 multi-language support
- Next by thread: Deploying CF 2.0 Custom Controls
- Index(es):
Relevant Pages
|