Are there localization tools which spot content strings in xaml/wpf?

Posted by Noel Kennedy on Stack Overflow See other posts from Stack Overflow or by Noel Kennedy
Published on 2011-02-02T16:21:42Z Indexed on 2011/02/10 15:25 UTC
Read the original article Hit count: 202

When globalizing a wpf application with static resx classes, it's very easy to miss the odd label or button that has its Content property set to a hard coded string in a particular language, ie English. These should of course be moved off to a {x:Static ...} so they can be localised for each culture.

Are there any tools which can spot this and warn you? Built in to VS would be ideal, but I'm thinking that 'style cop' type build tools would do the job as well.

© Stack Overflow or respective owner

Related posts about wpf

Related posts about visual-studio-2010