VB.NET localization
Posted
by PandaNL
on Stack Overflow
See other posts from Stack Overflow
or by PandaNL
Published on 2010-03-28T22:51:53Z
Indexed on
2010/03/28
23:03 UTC
Read the original article
Hit count: 488
In my winform app in VB.NET I want to use the localization option.
But i have a few questions/problems.
I'm using a menu strip to select an other language. But it seems that is doesn't change my menustip text to my selected language. It does change my labels, buttons, and textboxes but menu strips don't seem to change when I choose another language.
Also is it possible to get those resx files such as MyForm.fr-FR.resx compiled so it isn't an external file outside my app? Or to get those files in an Language folder at the same location of my app, so i don't have all those fr-FR, nl-Nl folders in the same location as my program?
© Stack Overflow or respective owner