Use resource files instead of satellite assemblies

We use the .NET component, which uses satellite assemblies for localization. However, if we want to create our own translations, we will need 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 localized strings are used by the component?

Thanks a lot!

+6
source share
1 answer

Why not leave all the assemblies?

+2
source

Source: https://habr.com/ru/post/892678/


All Articles