Click or drag to resize
Localiser Constructor (Type)
Creates a new object.

Namespace: VirtualRadar.Localisation
Assembly: VirtualRadar.Localisation (in VirtualRadar.Localisation.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Localiser(
	Type stringsResourceType
)

Parameters

stringsResourceType
Type: SystemType
The type of the Strings class created by the resource compiler.
See Also