sillsdev / l10nsharp

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

+semver:major Added ILocalizationManager parameter to StringsLocalizedHandler #89

Closed tombogle closed 2 years ago

tombogle commented 2 years ago

This is to address HT-417. It allows the consumer of the StringsLocalized event to respond appropriately based on the LocalizationManager (and avoid responding more than once if the application creates more than one LM).


This change is Reviewable