Hi,
it seems like there is an issue with retrieving localized content when a VB project has some dot '.' in the assembly name. (i.e: Wpf.Application1)
But when I change my assembly to WpfApplication1 (no dot) it works fine.
see the attached project for an example of the problem.
(I hope I used the library in the right way)
More information about my environment:
- Visual Studio 2012 SP1
- Windows 8
- VB.NET Project
-
Used WpfLocalizeExtension.2.1.2 (from NUGET)
Also see the related discussion (#431609):
http://wpflocalizeextension.codeplex.com/discussions/431609