This is the issue as reported in Issue 2574, except using Loc and VS2012.
When trying to set Setter.Value to Loc yields the following in VS 2012: 'LocExtension' is not valid for Setter.Value. The only supported MarkupExtension types are DynamicResourceExtension and BindingBase or derived types.
Comments: The WEP LocalizeExtension is basicly for localization and controlling some characteristics of an application depending on the selected culture. It is not designed to be used as styling-extension.
When trying to set Setter.Value to Loc yields the following in VS 2012: 'LocExtension' is not valid for Setter.Value. The only supported MarkupExtension types are DynamicResourceExtension and BindingBase or derived types.
Comments: The WEP LocalizeExtension is basicly for localization and controlling some characteristics of an application depending on the selected culture. It is not designed to be used as styling-extension.