Click or drag to resize

ILocaleLCID Property


Gets the identifier of the locale's underlying culture.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
int LCID { get; }

Property Value

Type: Int32
Remarks
The LCID is a 32-bit integer that uniquely defines the locale.
Examples
For the locale of "English, United States", the LCID is 1033.
See Also