Hello everyone. I try to use MAT for a WPF application. I am using VS community 2013 Update 4 with MAT 4.
I have read this article:
http://blogs.msdn.com/b/synergist/archive/2015/03/05/using-the-multilingual-app-toolkit-with-wpf-applications.aspx
and made the steps 1 to 8.
When I build, my problems are:
Error 1 The type or namespace name 'MultilingualApp' could not be found (are you missing a using directive or an assembly reference?) C:\ELA\DevC#\test\test\obj\Debug\MainWindow.g.cs
And:
Error 2 The name "Resources" does not exist in the namespace "clr-namespace:MultilingualApp.Properties". C:\ELA\DevC#\test\test\MainWindow.xaml 7 17 test
Please, Is anyone know what's wrong ? I 'm blocked, and I have no idea to continue...