Control Property name

  • Thread starter Thread starter Jochen Stuempfig
  • Start date Start date
J

Jochen Stuempfig

Hello NG,

i saw a lot of posts about the problem that in the compactframework the
control class has no name property.
i can't beleive that the solutions in the ng are the correct way to solve my
problem.

what i need is that users can switch the language at runtime. my idea was to
set the cultureinfo to the needed language and get the text for the controls
from an resource file. the problem is now, that i can't use an foreach loop
to iterate through the controls and read the attributes from the resource
file with the controls name.

are there any other informations about a way to solve this problem? or am i
on the wrong way? is there another way to switch the language using cf?

greets jochen
 
Back
Top