开发者

Use resource files instead of satellite assemblies

开发者 https://www.devze.com 2023-03-20 04:56 出处:网络
We are using a .NET component that uses satellite assemblies for localization. However, if we want 开发者_C百科to create our own translations, we would have to send our translations or pay for the sou

We are using a .NET component that uses satellite assemblies for localization. However, if we want 开发者_C百科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?

Thanks a lot!


Why not to resign all assemblies?

0

精彩评论

暂无评论...
验证码 换一张
取 消