The move to resource files.
We have recently put in place a way to regionalize our applications & websites.
In doing this we make use of resx files to store the translations. Nothing new.
Though this does introduce a seperation of the ability to see what's really being displayed.
I was thinking this could be a great problem for your intelligent folks at Resharper to tackle.
Ideally, it would be great to mouse over Text.Translated_String and see the text.
This isn't an easy request, but perhaps there's enough resource file standardization for you to pull it off.
Please sign in to leave a comment.
Resharper haves in place resource editor. You can use ReSharper | Tools | Edit resourse value, or bind command to hot key. In place resourse editor shows value per language and allows to edit.
This will suffice. Thanks so much!