Guys,
I encounter a very strange phenomenon regarding Regional Settings on NT4. An application of mine uses
to decide for language specific screen output. Although Regional Settings are "Dutch (Standard)", my program obviously does'nt 'see' them and outputs English text as defined by the application. But at the same time the system provides Dutch month names for a 'long date'.
Does anyone know how this is possible? After I've changed %LOCALE_SYSTEM_DEFAULT into %LOCALE_USER_DEFAULT, everything appears, as intended, in Dutch.
Obviously on NT4 LOCALE_SYSTEM_DEFAULT and LOCALE_USER_DEFAULT are not necessarily the same thing, due to different user profiles, but I can't figure out why Windows should mix-up things in this way.
------------------
mailto:[email protected][email protected]</A>
www.basicguru.com/zijlema/
I encounter a very strange phenomenon regarding Regional Settings on NT4. An application of mine uses
Code:
GetLocaleInfo %LOCALE_SYSTEM_DEFAULT, %LOCALE_ILANGUAGE, szLangID, SIZEOF(szLangID)
Does anyone know how this is possible? After I've changed %LOCALE_SYSTEM_DEFAULT into %LOCALE_USER_DEFAULT, everything appears, as intended, in Dutch.
Obviously on NT4 LOCALE_SYSTEM_DEFAULT and LOCALE_USER_DEFAULT are not necessarily the same thing, due to different user profiles, but I can't figure out why Windows should mix-up things in this way.
------------------
mailto:[email protected][email protected]</A>
www.basicguru.com/zijlema/
Comment