I'm creating a custom provider and in the application that is developed we have a translation form.
When i change values in the provider and emits a ValueChanged, values are fetch, but the ResourceBuffer in LocExtension is not cleared so the
LocalizeDictionary.Instance.GetLocalizedObject(resKeyNameProp, targetObject, ci);
is not called
I have created a workaround for this issue that is working for the project I'm working on.
The change is online @
https://github.com/svallebro/WPFLocalizationExtension