I have a project (WPF) that is using a localization assembly that contains all the resource strings.
This localization assembly is given to a translation service who creates a new localized satellite version of this assembly.
The main application is then supposed to be able to import the newly localized dll. That works, but I can't figure out a way to have the new language available without restarting the application.
Is that possible ?