Hi,
I want translate my rhino plugin to other languages.
I’m working with c# in Visual Studio 2010 and RhinoCommon.
All windows in the Plugin are made in WPF.
To internationalize a WPF application I’ve followed this steps:
My problem is that in design XALM windows, I get an exception:
No adequate resources for the specified culture or the neutral culture found…
The window’s design is crashed, but if I run the Rhino Plugin, it works fine.
I’d like resolve this problem.
Has anyone had this problem internationalizing a RhinoPlugin with WPF?
Thanks