使用 MarkupExtension 本地化控件背后的代码

发布于 2024-12-01 19:57:55 字数 267 浏览 0 评论 0原文

我正在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文