NUnit.Framework.SetUICultureAttribute
Sets the current UI Culture on an assembly, test fixture or test method
for the duration of a test. The UI culture remains set until the test or
fixture completes and is then reset to its original value.
namespace NUnit.Framework
{
public class SetUICultureAttribute : PropertyAttribute, IApplyToContext
{
public SetUICultureAttribute(string culture);
}
}