Add doc page for SetUICultureAttribute
Bug #671349 reported by
Oskar Berggren
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
NUnit V2 |
Fix Released
|
Medium
|
Charlie Poole |
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.
Related branches
Changed in nunitv2: | |
status: | Triaged → Fix Committed |
Changed in nunitv2: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
There is already a SetUICulture attribute.