jsakamoto / Toolbelt.Blazor.I18nText

The class library that provides the ability to localize texts on your Blazor app!
Mozilla Public License 2.0
246 stars 23 forks source link

Expose `ChangeLanguage` as a public event #36

Closed nwestfall closed 4 years ago

nwestfall commented 4 years ago

In I18nText, ChangeLanguage is now a public event to notify when SetCurrentLanguageAsync is called.

References #35