Hello,
We have an application that runs in different languages. On startup, when
the user of the application has chosen his language we do for example this
for French :
System.Threading.Thread.CurrentThread.CurrentUICulture = new
System.Globalization.CultureInfo("fr");
System.Threading....
more >>
Hello all,
I'd like to know is there a resource editor one could use to create another
localised version of Resources.resx?
Winres.exe does not work. It reports tons of errors when I try to open the
resource file with it.
Thanks for you help.
BR,
GAZ
...
more >>