
Signature
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
> Thanks for posting. I assume that you are talking about .Net
> Framework 1.1.
Yes.
> Net Framework 1.1 is in fact language independent.
Great.
> The differences between the different languages of the
> redistributable packages are the installation user interfaces.
[quoted text clipped - 6 lines]
>
> I hope the information is useful to you.
Yes, thanks. You've told me just what I needed to know.

Signature
Bert Hyman | St. Paul, MN | bert@visi.com
Etienne Boucher - 03 Aug 2004 18:20 GMT
I use the French version of Windows XP Home Edition and the default
installation of the framework (currently the 2.0 beta 1, but also under 1.1)
has always given me errors in French without installing language packs.
Unless the framework installers go fetch the appropriate language pack
automaticaly.
Etienne Boucher
> > Thanks for posting. I assume that you are talking about .Net
> > Framework 1.1.
[quoted text clipped - 17 lines]
>
> Yes, thanks. You've told me just what I needed to know.
Felix Wang - 04 Aug 2004 06:16 GMT
Hi,
As far as I know, there should be no localized resource in French .Net
Framework 1.1 Redistributable Package. If you go to "Add/Remove Programs"
under your control panel, do you see the language pack installed?
The localized messages installed by the language pack include the
"Additional Information" for the exceptions. For example, if we run the
following code:
object o = null;
o.ToString();
We will get the message "Object reference not set to an instance of an
object." in English.
If we have language pack installed and set the
"System.Threading.Thread.CurrentThread.CurrentUICulture" accordingly, we
should be able to get a localized version of the message.
Regards,
Felix Wang
Microsoft Online Partner Support

Signature
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.