Hi,
I never worked with resource strings, so I don't know if this can help
me
I need to make an application that must have the UI in two languages.
Can I accomplish this by using string resources? Can anyone give me a
code example on how to use resource strings to set up the labels in
interface? And how to use different strings depending on selected
language
Thank you
Garrett McGowan [MSFT] - 28 Sep 2007 23:00 GMT
Yes, this functionality is built into the .NET Framework. I recommend
reading the topics on the following site for a general overview:
http://msdn2.microsoft.com/en-us/library/1021kkz0(VS.80).aspx
--------------------
>From: bz <bzamfir@gmail.com>
>Newsgroups: microsoft.public.dotnet.internationalization
[quoted text clipped - 12 lines]
>
>Thank you
Garrett McGowan [MSFT Developer International]
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Eric Moreau - 02 Oct 2007 03:26 GMT
see http://www.emoreau.com/Entries/Articles/2004/07/Localization.aspx

Signature
HTH
Éric Moreau, MCSD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc. (http://www.emoreau.com)
Membre du réseau .NET Expertise www.dotnet-expertise.com
> Hi,
>
[quoted text clipped - 7 lines]
>
> Thank you
Jaakko Salmenius - 03 Oct 2007 13:02 GMT
Donwload Sisulizer localizaiton tool from
http://www.sisulizer.com/downloads.shtml
Look at <sldir>\NET\CSharp\Converter directory. It contains an application
that demonstrates how to make runtime language switch.
Best regards,
Jaakko