G
Guest
Hello,
I am running Windows XP (English version).
I have installed the Spanish MUI pack on it.
I have set the Region and Language Options control panel to display the
Operating System in the Spanish language.
(The OS does appear in Spanish.)
I am using VS2005 and call:
Directory.CreateDirectory(m_strFileName);
where m_strFileName equals a directory path that does not exist, for example,
"C:\\DirDoesntExist\\DirToCreate".
When "DirDoesn'tExist" does not exist, I get an exception 'Could not find
part of path' (or some such wording...I did not copy it down verbatim).
The exception is understandable. But why isn't it in Spanish???
Are all Microsoft exceptions thrown on XP (English) in English regardless of
the MUI installed and UI language requested???
Thank you in advance for your assistance.
I am running Windows XP (English version).
I have installed the Spanish MUI pack on it.
I have set the Region and Language Options control panel to display the
Operating System in the Spanish language.
(The OS does appear in Spanish.)
I am using VS2005 and call:
Directory.CreateDirectory(m_strFileName);
where m_strFileName equals a directory path that does not exist, for example,
"C:\\DirDoesntExist\\DirToCreate".
When "DirDoesn'tExist" does not exist, I get an exception 'Could not find
part of path' (or some such wording...I did not copy it down verbatim).
The exception is understandable. But why isn't it in Spanish???
Are all Microsoft exceptions thrown on XP (English) in English regardless of
the MUI installed and UI language requested???
Thank you in advance for your assistance.