← Back to team overview

nunit-core team mailing list archive

[Bug 671349] [NEW] Add attribute for setting CurrentUICulture

 

Public bug reported:

The existing SetCulture attribute seems to only affect CurrentCulture,
not CurrentUICulture. CurrentCulture governs e.g. date formatting, while
CurrentUICulture governs the language used.

Please make it possible to set CurrentUICulture using an attribute. I
think it's a good idea to be able to set these separately, so there
could for example be a new attribute, SetUICulture, or one could add a
parameter to SetCulture to control which culture, or both, to set.

** Affects: nunitv2
     Importance: Undecided
         Status: New

-- 
Add attribute for setting CurrentUICulture
https://bugs.launchpad.net/bugs/671349
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.

Status in NUnit V2 Test Framework: New

Bug description:
The existing SetCulture attribute seems to only affect CurrentCulture, not CurrentUICulture. CurrentCulture governs e.g. date formatting, while CurrentUICulture governs the language used.

Please make it possible to set CurrentUICulture using an attribute. I think it's a good idea to be able to set these separately, so there could for example be a new attribute, SetUICulture, or one could add a parameter to SetCulture to control which culture, or both, to set.





Follow ups

References