New package.
BREAKING CHANGES:
Translator.CurrentCulture
renamed to Culture`Translator.EffectiveCulture
renamed to CurrentCulture`Translator.EffectiveCultureChanged
renamed toCurrentCultureChanged
And the signature is nowpublic static event EventHandler<CultureChangedEventArgs> CurrentCultureChanged
This was needed to enable binding to the static properties.
Sorry about this, dunno how I came up with the poor original names.
Translation.GetOrCreate() respects ErrorHandling
now and returns a StaticTranslation
in case of missing keyn and not throw.
New features:
The static properties of Translator now supports binding from XAML.