Gets the identifier of the locale's underlying culture.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxReadOnly Property LCID As Integer
Get
property int LCID {
int get ();
}abstract LCID : int with get
Property Value
Int32
Remarks
The LCID is a 32-bit integer that uniquely defines the locale.
Example
For the locale of "English, United States", the LCID is 1033.
See Also