简体   繁体   English

使用资源文件而不是附属程序集

[英]Use resource files instead of satellite assemblies

We are using a .NET component that uses satellite assemblies for localization.我们正在使用 .NET 组件,该组件使用卫星组件进行本地化。 However, if we want to create our own translations, we would have to send our translations or pay for the source code in order to get the Key File for signing.但是,如果我们想创建自己的翻译,我们将不得不发送我们的翻译或支付源代码以获得用于签名的密钥文件。

Is it possible to load a.resources file in our main application, so that the localized strings are used by the component?是否可以在我们的主应用程序中加载 a.resources 文件,以便组件使用本地化的字符串?

Thanks a lot!非常感谢!

Why not to resign all assemblies?为什么不辞去所有议会?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM