I’ve got a winform application which uses it’s own mechanism for localization. It doesn’t use Satellite assemblies and I am not sure why. Are there any reasons that Satellite assemblies not suitable for winforms application localization?
I’ve got a winform application which uses it’s own mechanism for localization. It doesn’t
Share
In most cases Localization via Satellite Assemblies is the best possible option. This is a standard practice and it should be followed unless you have good reasons not to.
The good reasons for creating your own solution:
For the real reason why the application uses non-standard approach, you probably need to ask the original developer (or somebody else who might know the answer). From my experience it would be one of the reasons listed above, quite often the third one.