Click or drag to resize

UnitTestFixtureSetCulture(String) Method

Sets the CultureInfo of the test fixture to a specified location ID.

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
protected static void SetCulture(
	string lcid
)

Parameters

lcid  String
The location ID
See Also