New package.
BREAKING CHANGES:
Translator.CurrentCulturerenamed to Culture`Translator.EffectiveCulturerenamed to CurrentCulture`Translator.EffectiveCultureChangedrenamed 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 ErrorHandlingnow and returns a StaticTranslationin case of missing keyn and not throw.
New features:
The static properties of Translator now supports binding from XAML.