Gets the culture identifier of this instance.

Namespace: FirstFloor.Documents.Fonts
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public int LCID { get; private set; }
Visual Basic
Public Property LCID As Integer
	Get
	Private Set
Visual C++
public:
property int LCID {
	int get ();
	private: void set (int value);
}

Field Value

The culture identifier.

See Also