I've been trying to make a user control that suport two languages (using localization) and in the default language I have a control that his visible property is False and in the other language I change it to True but still in run time I couldnt see it in both languages. What should I do? The visible propery of controls suports localization?! Plz help me. BTW, I program in C#.
+2
A:
No, Visible
isn't a localizable property. So you probably have to have some piece of custom code which hides/shows some controls depending on the UI culture.
Joey
2009-11-17 12:03:04