从嵌入式 RESX 中拉出动态字符串

发布于 2024-08-28 05:02:21 字数 188 浏览 7 评论 0原文

我有一个 RESX 资源文件,可以使用强类型属性检索值并将其分配给 Silverlight 3 应用程序中的值。然而,在运行时,我需要根据某些值生成查找键,以避免大量的 if/switch 语句。我正在尝试使用 ResourceManager,但它不喜欢 .resx 文件。

搜索了很远很远...这在 SL3 中是不可能的吗?还有人有其他建议吗?

I have a RESX resource file that I can retrieve the values out of using the strongly typed properties and assign to values in my Silverlight 3 app. However at runtime I need to generate the lookup key based on some values to avoid a ton of if/switch statements. I'm trying to use the ResourceManager, but it doesn't like .resx files.

Searched far and wide... is this just not possible in SL3? Does anyone have another suggestion?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风苍溪 2024-09-04 05:02:21

难道不能只对 resx 生成器创建的强类型属性类使用反射吗?

Couldn't you just use reflection on the strongly typed property class created by the resx generator?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文