R
Rich M
I am formatting a DateTime value via the ShortDatePattern using the default
culture setting. I have verified that this works as expected for various
region settings. If the user modifies the defaults from the Regional
Settings dialog from the Time and Date tabs, the culture does not seem to
reflect the user settings. I know the custom user settings are stored in the
registry at HKLM\nls\overrides. What is the correct way to handle this? Do I
need to read the registry settings and handle this myself or does the
CultureInfo class support this? I am using VS2003 and NETCF v1.
Rich M
culture setting. I have verified that this works as expected for various
region settings. If the user modifies the defaults from the Regional
Settings dialog from the Time and Date tabs, the culture does not seem to
reflect the user settings. I know the custom user settings are stored in the
registry at HKLM\nls\overrides. What is the correct way to handle this? Do I
need to read the registry settings and handle this myself or does the
CultureInfo class support this? I am using VS2003 and NETCF v1.
Rich M