"pdcossette" <pdcossette@discussions.microsoft.com> wrote...
>I should have mentioned that my code was written in C# -- the link you gave
> was for C++. The problem isn't just that I can't debug the assemblies --
[quoted text clipped - 3 lines]
>
> Has anyone out there got this to work?
The IDE does not really depend on the machine settings -- it usually tries
to be independent of the machine settings.
The easiest way to fake this is to explicitly set the CurrentUICulture
explicitly in your code very early while debugging.

Signature
MichKa [Microsoft]
NLS Collation/Locale/Keyboard Technical Lead
Globalization Infrastructure, Fonts, and Tools
Blog: http://blogs.msdn.com/michkap
This posting is provided "AS IS" with
no warranties, and confers no rights.
pdcossette - 03 Nov 2006 16:45 GMT
I'm already setting the CurrentUICulture in code -- the IDE uses the .resx
files in App_LocalResources just fine, but doesn't use the global resources
stored in satellite assemblies--
> "pdcossette" <pdcossette@discussions.microsoft.com> wrote...
> >I should have mentioned that my code was written in C# -- the link you gave
[quoted text clipped - 10 lines]
> The easiest way to fake this is to explicitly set the CurrentUICulture
> explicitly in your code very early while debugging.