sillsdev / l10nsharp

A .NET localization library for Windows Forms applications.
3 stars 10 forks source link

SP-2269: Made StringsLocalized fire for each modified LocalizatinoManager #96

Closed tombogle closed 2 years ago

tombogle commented 2 years ago

When changes are made in the localization dialog, the StringsLocalized gets fired for all managers that have had their strings modified for the current UI language. Also made a couple small improvements to the SampleApp so that is it more useful for testing.


This change is Reviewable