> The CurrentUICulture defaults to the current user UI language settings but
> does not reflect the individual settings. You must get and set them
> manually
> from HKEY_CURRENT_USER\Control Panel\International and change the
> CultureInfo object accordingly.
For formatting info you should use CurrentCulture, never CurrentUICulture.
CurrentUICulture is used for UI language settings (as you mentioned).

Signature
Mihai Nita [Microsoft MVP, Windows - SDK]
http://www.mihai-nita.net
------------------------------------------
Replace _year_ with _ to get the real email
Egil Winther - 26 Jun 2006 09:26 GMT
Thanks guys,
I have tried using the CurrentCulture, but it does not seem to change
whatever I do in the control panel.
I will try to use the registry setting and see what happens.
Brgds
Egil Winther
ShipNet AS
>> The CurrentUICulture defaults to the current user UI language settings
>> but
[quoted text clipped - 4 lines]
> For formatting info you should use CurrentCulture, never CurrentUICulture.
> CurrentUICulture is used for UI language settings (as you mentioned).