使用 MarkupExtension 本地化控件背后的代码
我正在 VS2010 中使用 WPF C# 项目进行本地化。我需要以编程方式更改整个软件中的语言。
使用 MarkupExtension
我可以将 XAML 文本本地化为不同的语言。我想知道 MarkupExtension
是否也可以更改动态生成的 Control 内容中的文本?
例如:
button.Content = "Some Other language of text";
I am working on localization with a WPF C# project in VS2010. I need to change the language in the whole software programmatically.
Using MarkupExtension
I can localize XAML text to different language. I wonder if MarkupExtension
can also change text in dynamically generated Control content?
for example:
button.Content = "Some Other language of text";
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论