S
spig.marco
Hi to all!,
I've downloaded .net Framework SDK 2.0 and I have VB.NET2005 Express
Edition, I would like to create multilanguage systems that changes
with radio button.
With Windows Localization Resource I changed the label of my
FrmMain.vb! and created automaticaly FrmMain.en.resx.
When i lunch the command in FrmMain_load()
....
Thread.CurrentThread.CurrentUICulture = New CultureInfo("en")
....
Doesn't happen anything!
That's wrong?
Thanks
Marco
I've downloaded .net Framework SDK 2.0 and I have VB.NET2005 Express
Edition, I would like to create multilanguage systems that changes
with radio button.
With Windows Localization Resource I changed the label of my
FrmMain.vb! and created automaticaly FrmMain.en.resx.
When i lunch the command in FrmMain_load()
....
Thread.CurrentThread.CurrentUICulture = New CultureInfo("en")
....
Doesn't happen anything!
That's wrong?
Thanks
Marco