(This content was written based on Silverlight for Windows Phone, but might be valid for generic Silverlight.)
There are a many articles on MSDN (and all over the Internet) about globalization and localization of Silverlight applications in general and specifically Windows Phone 7 applications but I haven’t found any that uses a value converter.
...
When I was localizing a Windows Phone application I was developing, I set the argument on the constructor of the AssemblyCultureAttribute for the neutral culture ( en-US in this particular case) for my application. As it was late at night (or early in...