问题描述
我一直在试图使该询问服务两种语言(使用本地化)用户控制和默认的语言,我有一个控制,他的Visible属性为False,并在其他语言,我将其更改为真但仍在运行一次,我不可能看到它在两种语言。我该怎么办?控件可见属性格式suports定位?plz帮助我。顺便说一句,我计划在C#。
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#.
推荐答案
没有,可见
不是本地化的属性。所以,你可能必须具备一定的一块定制code,它可以隐藏/显示一些控件根据UI文化。
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.
这篇关于是控制在C中的可见性急剧本地化?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!