Is it possible to change resource reference?
Hi!
I'm now investigating ReSharper and most likely going to use it to help localize our product.
I noticed that it had find all hard coded strings function (which is important to us) and it put the reference just like how we wanted in C#, perfect.
Problem for me is that we also have same problem in xaml. It also has move to resources and works well, but the reference to the resource is not something that works for the solution we might use for out localization.
ReSharper makes reference to the resource like this: Content="{x:Static properties:Resources.ResourceExample}"
While i want it to do it like this: Content="{Binding Path=ResourceExample, Source={StaticResource Resources}}"
Is it possible to change this somewhere?
Please sign in to leave a comment.