> Basically you use the UICulture to set the language (English, Spanish,
> French,...), while the Culture is used to decide the format for numbers,
> dates or currency.
++1;
> It is not terribly unusual to have different settings for both
> properties. For instance, I live in Spain and I have sometimes had to
> develop applications that needed to display a user interface in English,
> but
> still had to display currency values in Euros, and dates in d/m/y format.
> this is achieved by setting the UICulture to "en-US" and the Culture to
> "es-ES".
--1 ;-)
It is actualy quite useful/common to have different values, because you
don't usualy translate your application into 20 flavors of Spanish,
or 17 flavors of English,
So it is very common to have the UICulture (used for the UI language)
"es" (or "es-ES") or "fr" and the Culture (used for formattig) set to
"es-MX" or "fr-CA"
--
Mihai Nita [Microsoft MVP, Visual C++]
http://www.mihai-nita.net
------------------------------------------
Replace _year_ with _ to get the real email