Sets the locale identifier that determines conventions and language for a particular region.

Namespace: Alachisoft.NCache.Runtime.Dependencies
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

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

See Also