Reputation: 2373
I have a WPF project and am trying to use R# to localize. It is working great with one caveat. It identifies all the localizable strings in my primary code but it's not identifying them in XAML files. I can go through the files manually and Ctrl-RO and it will move them to the resource file just fine but it doesn't identify them for me.
It's been a while since I did localization but I really thought it used to do this, what am I missing? I looked through the settings but everything I could see was turned on. The project is set to localizable and the inspector is set to pessimistic.
I feel like I'm missing something dumb but I don't know what it is. If anyone can point me to it I would be very grateful...
Upvotes: 0
Views: 111
Reputation: 13523
XAML files are not supported by the ReSharper localization mechanism, there is a feature request about this matter.
Upvotes: 0