Click or drag to resize
CultureSwitcher Constructor (String)
Creates a new object.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public CultureSwitcher(
	string culture
)

Parameters

culture
Type: SystemString
The name of the culture (e.g. 'en-GB' or 'de-DE') that the current thread will be set to.
See Also