[2005] Language freedom in projects
Hi all!
I want to ask you how are you making your projects so that you can add more language supports later. For example lots of softwares have language files with them. They read the file and changes the language. I was doing it in vb 6.0 with resource editor. I want to ask you how you can do it in VB.Net (2005 express edition)?
Thanks for helps!! :)
Re: [2005] Language freedom in projects
Quote:
Originally Posted by Genom
Hi all!
I want to ask you how are you making your projects so that you can add more language supports later. For example lots of softwares have language files with them. They read the file and changes the language. I was doing it in vb 6.0 with resource editor. I want to ask you how you can do it in VB.Net (2005 express edition)?
Thanks for helps!! :)
Hi,
I think you can do it with the CultureInfo Class.
Here's the link;
http://msdn2.microsoft.com/en-us/lib...ltureinfo.aspx
Hope it helps,
sparrow1